2024-05-14 10:34:09 -07:00
|
|
|
{
|
2024-05-15 06:25:55 -07:00
|
|
|
"libpath": "target/debug/libquic_geyser_plugin.so",
|
|
|
|
"quic_plugin": {
|
|
|
|
"address": "0.0.0.0:10800",
|
|
|
|
"compression_parameters": {
|
|
|
|
"compression_type": {
|
|
|
|
"Lz4Fast": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"number_of_retries": 100,
|
|
|
|
"quic_parameters": {
|
2024-05-15 12:30:50 -07:00
|
|
|
"connection_timeout": 30,
|
2024-05-16 08:46:13 -07:00
|
|
|
"max_number_of_streams_per_client": 16384,
|
2024-05-15 06:25:55 -07:00
|
|
|
"recieve_window_size": 1000000
|
|
|
|
}
|
|
|
|
}
|
2024-05-14 10:34:09 -07:00
|
|
|
}
|