Add option to enable eqsl massdownload

Disabled by default bceause not thread safe.
This commit is contained in:
phl0
2024-12-17 11:52:30 +01:00
parent dc3f121bfe
commit 09a6f4c11b
3 changed files with 13 additions and 2 deletions

View File

@@ -762,3 +762,14 @@ $config['disable_version_check'] = false;
// $config['trxd_connection_type'] = 'ws';
// $config['trxd_ws_path'] = '/trx-control';
// $config['trxd_timeout'] = 5;
/*
|--------------------------------------------------------------------------
| eqsl.cc Massdownloa
|--------------------------------------------------------------------------
|
| The eqsl.cc mass download function is not threadsafe. So it is disabled by default.
| Please consider enabling this carefully. Not recommended for multi-user environments.
*/
$config['enable_eqsl_massdownload'] = false;