jup-ag / jupiter-swap-api

The jupiter swap api binary
72 stars 20 forks source link

Recommended Geyser config? #9

Closed DaveWK closed 7 months ago

DaveWK commented 8 months ago

When I start the self-hosted API pointed at my yellowstone-grpc instance I see in the logs:

error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 10 allowed", source: None }

So I bumped the "limit" values in the config.json for the geyser plugin to 100, but now get:

error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 100 allowed", source: None }

I would like to know what the suggested values are in the geyser config to ensure jupiter-swap-api is working correctly

DaveWK commented 7 months ago

I ended up just taking the filter limits out of the geyser config and no longer have errors. Load seems OK.