quic_geyser_plugin/config.json

15 lines
262 B
JSON

{
"libpath": "target/debug/libquic_geyser_plugin.so",
"quic_plugin": {
"address": "0.0.0.0:10800",
"compression_parameters": {
"compression_type": {
"Lz4Fast": 8
}
}
},
"rpc_server" : {
"enable" : true
}
}