mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add option to enable eqsl massdownload
Disabled by default bceause not thread safe.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user