mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00

throughput is definitely massively improved, testing locally. hopefully it'll be enough. config moved a separate file by ops request. lazy lazy
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"save_loc": "/tmp/pos.json",
|
|
"mysql_host": "127.0.0.1",
|
|
"mysql_port": 13306,
|
|
"mysql_user": "root",
|
|
"mysql_password": "dunnolol",
|
|
"database": "nyaav2",
|
|
"internal_queue_depth": 10000,
|
|
"es_chunk_size": 10000,
|
|
"flush_interval": 5
|
|
}
|