Config.php setting for file cache

This commit is contained in:
Szymon Porwolik
2025-11-01 19:23:45 +01:00
parent e3e6f34884
commit 4f13ebf9c7
2 changed files with 41 additions and 9 deletions

View File

@@ -797,3 +797,21 @@ $config['max_login_attempts'] = 3;
*/
$config['enable_dcl_interface'] = true;
/*
|--------------------------------------------------------------------------
| DXCluster File Cache
|--------------------------------------------------------------------------
|
| Controls whether DXCluster data is cached to files on the server.
|
| Set to TRUE to enable file caching (may cause high disk usage on large installations)
| Set to FALSE to disable file caching (recommended for most installations)
|
| Default: false (file caching disabled)
|
| Warning: This is experimental and may not work as expected in all environments.
|--------------------------------------------------------------------------
*/
$config['enable_dxcluster_file_cache'] = false;