added double backticks and fixed one typo

This commit is contained in:
Martin
2014-12-31 15:00:52 +01:00
parent fe5913a987
commit 3dfe741ecc
2 changed files with 6 additions and 6 deletions

View File

@@ -98,11 +98,11 @@ Therefore ownCloud needs temporary space to buffer data for transfers. This can
when there are many concurrent users transferring data with a higher volume over a small
bandwidth wire. ownCloud may need in these cases an amount of temporary space which could
exeed the server capabilities. Example: 100 concurrent users uploading each a file having
300MB with a total transfer trime of 6000s (1h 40min). The temporary space needed
300MB with a total transfer time of 6000s (1h 40min). The temporary space needed
by ownCloud for this period of time is 30GB. Even though it is not mandatory,
the location of the temp directory used by ownCloud can be configured manually.
To do so, you need to maintain the 'tempdirectory' parameter described in
config.sample.php
To do so, you need to maintain the ``tempdirectory`` parameter described in
``config.sample.php``
As of writing, following external storage list uses temp files for up/download:

View File

@@ -59,11 +59,11 @@ Therefore ownCloud needs temporary space to buffer data for transfers. This can
when there are many concurrent users transferring data with a higher volume over a small
bandwidth wire. ownCloud may need in these cases an amount of temporary space which could
exeed the server capabilities. Example: 100 concurrent users uploading each a file having
300MB with a total transfer trime of 6000s (1h 40min). The temporary space needed
300MB with a total transfer time of 6000s (1h 40min). The temporary space needed
by ownCloud for this period of time is 30GB. Even though it is not mandatory,
the location of the temp directory used by ownCloud can be configured manually.
To do so, you need to maintain the 'tempdirectory' parameter described in
config.sample.php
To do so, you need to maintain the ``tempdirectory`` parameter described in
``config.sample.php``
As of writing, following external storage list uses temp files for up/download: