File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
admin_manual/configuration_server Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1384,7 +1384,7 @@ Available values (D1 and D2 are configurable numbers):
1384
1384
and automatically deletes anytime after that if space is needed (note:
1385
1385
files may not be deleted if space is not needed).
1386
1386
* ``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
1388
1388
space needed (note: files may not be deleted if space is not needed)
1389
1389
* ``auto, D2 ``
1390
1390
delete all files in the trash bin that are older than D2 days
@@ -2552,16 +2552,16 @@ memcached_options
2552
2552
\Memcached::OPT_SEND_TIMEOUT => 50,
2553
2553
\Memcached::OPT_RECV_TIMEOUT => 50,
2554
2554
\Memcached::OPT_POLL_TIMEOUT => 50,
2555
-
2555
+
2556
2556
// Enable compression
2557
2557
\Memcached::OPT_COMPRESSION => true,
2558
-
2558
+
2559
2559
// Turn on consistent hashing
2560
2560
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
2561
-
2561
+
2562
2562
// Enable Binary Protocol
2563
2563
\Memcached::OPT_BINARY_PROTOCOL => true,
2564
-
2564
+
2565
2565
// Binary serializer vill be enabled if the igbinary PECL module is available
2566
2566
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
2567
2567
],
You can’t perform that action at this time.
0 commit comments