-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
29 lines (29 loc) · 945 Bytes
/
config.example.json
File metadata and controls
29 lines (29 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"ws_url": "wss://ws-subscriptions-clob.polymarket.com/ws/market",
"transport": {
"mode": "io_uring",
"message_queue_capacity": 4096,
"consumer_spin_count": 256,
"consumer_wait_timeout_us": 500,
"consumer_sleep_us": 50,
"ingest_cpu_affinity": -1,
"engine_cpu_affinity": -1,
"enable_perf_stats": false,
"perf_log_interval_messages": 10000,
"io_uring_queue_depth": 256,
"io_uring_buf_count": 256,
"io_uring_buf_size": 16384
},
"assets": [
{
"asset_id": "92486772271609489328894769125265074150714398308317639272444855275245361909400",
"market_id": "0x92a68350334673353892e1ebde5fbb2ca6fe34c49cc05e2c655516b341b51275",
"outcome": "YES"
},
{
"asset_id": "57444606606474762200107095668868882329311791276559229246917422808796226452159",
"market_id": "0x92a68350334673353892e1ebde5fbb2ca6fe34c49cc05e2c655516b341b51275",
"outcome": "NO"
}
]
}