mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
added double backticks and fixed one typo
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user