12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"output_dir": "./output",
|
|
"topic": "publicTrade.BTCUSDT",
|
|
"ws_url": "wss://stream.bybit.com/v5/public/linear",
|
|
"buffer_size": 10000,
|
|
"log_file": "system.log",
|
|
"log_to_stdout": false,
|
|
"status_interval": 30,
|
|
"gzip_after_hours": 6,
|
|
"gzip_check_interval": 3000
|
|
}
|