@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | * |
| 251 | 251 | * Defaults to ``60*60*24*15`` seconds (15 days) |
| 252 | 252 | */ |
| 253 | -'remember_login_cookie_lifetime' => 60*60*24*15, |
|
| 253 | +'remember_login_cookie_lifetime' => 60 * 60 * 24 * 15, |
|
| 254 | 254 | |
| 255 | 255 | /** |
| 256 | 256 | * The lifetime of a session after inactivity. |
@@ -1427,7 +1427,7 @@ discard block |
||
| 1427 | 1427 | * https://github.com/phpredis/phpredis/commit/c5994f2a42b8a348af92d3acb4edff1328ad8ce1 |
| 1428 | 1428 | */ |
| 1429 | 1429 | 'redis.cluster' => [ |
| 1430 | - 'seeds' => [ // provide some or all of the cluster servers to bootstrap discovery, port required |
|
| 1430 | + 'seeds' => [// provide some or all of the cluster servers to bootstrap discovery, port required |
|
| 1431 | 1431 | 'localhost:7000', |
| 1432 | 1432 | 'localhost:7001', |
| 1433 | 1433 | ], |
@@ -1501,7 +1501,7 @@ discard block |
||
| 1501 | 1501 | * |
| 1502 | 1502 | * Defaults to ``60*60*24`` (1 day) |
| 1503 | 1503 | */ |
| 1504 | -'cache_chunk_gc_ttl' => 60*60*24, |
|
| 1504 | +'cache_chunk_gc_ttl' => 60 * 60 * 24, |
|
| 1505 | 1505 | |
| 1506 | 1506 | /** |
| 1507 | 1507 | * Using Object Store with Nextcloud |
@@ -2093,7 +2093,7 @@ discard block |
||
| 2093 | 2093 | * Defaults to ``60*60`` seconds (1 hour) or the php |
| 2094 | 2094 | * max_execution_time, whichever is higher. |
| 2095 | 2095 | */ |
| 2096 | -'filelocking.ttl' => 60*60, |
|
| 2096 | +'filelocking.ttl' => 60 * 60, |
|
| 2097 | 2097 | |
| 2098 | 2098 | /** |
| 2099 | 2099 | * Memory caching backend for file locking |