mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-10-31 23:45:54 +00:00
0cbed3870e
import_to_es.py will now also SHOW MASTER STATUS now Changed progressbar dependency
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"save_loc": "/tmp/pos.json",
|
|
"mysql_host": "127.0.0.1",
|
|
"mysql_port": 3306,
|
|
"mysql_user": "nyaa",
|
|
"mysql_password": "some_password",
|
|
"database": "nyaav2",
|
|
"internal_queue_depth": 10000,
|
|
"es_chunk_size": 10000,
|
|
"flush_interval": 5
|
|
}
|