Skip to content

Commit 6da12de

Browse files
committed
fix(trash bin): Improve clarity of files retention config
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 65bdd8a commit 6da12de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ Available values (D1 and D2 are configurable numbers):
13841384
and automatically deletes anytime after that if space is needed (note:
13851385
files may not be deleted if space is not needed).
13861386
* ``D1, auto``
1387-
keeps files and folders in the trash bin for D1+ days, delete anytime if
1387+
keeps files and folders in the trash bin for D1+ days, then delete files if
13881388
space needed (note: files may not be deleted if space is not needed)
13891389
* ``auto, D2``
13901390
delete all files in the trash bin that are older than D2 days
@@ -2552,16 +2552,16 @@ memcached_options
25522552
\Memcached::OPT_SEND_TIMEOUT => 50,
25532553
\Memcached::OPT_RECV_TIMEOUT => 50,
25542554
\Memcached::OPT_POLL_TIMEOUT => 50,
2555-
2555+
25562556
// Enable compression
25572557
\Memcached::OPT_COMPRESSION => true,
2558-
2558+
25592559
// Turn on consistent hashing
25602560
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
2561-
2561+
25622562
// Enable Binary Protocol
25632563
\Memcached::OPT_BINARY_PROTOCOL => true,
2564-
2564+
25652565
// Binary serializer vill be enabled if the igbinary PECL module is available
25662566
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
25672567
],

0 commit comments

Comments
 (0)