issues
search
enviodev
/
hyperindex
📖 Blazing-fast multi-chain indexer
https://envio.dev
78
stars
6
forks
source link
Implement throttler for non-core db functions to improve postgres performance
#318
Closed
JonoPrest
closed
2 weeks ago
JonoPrest
commented
3 weeks ago
Adds debounce module to the envio package
Moves Pino bindings and Utils to envio package
Adds rescript-schema to envio package
Uses debounce instead of LazyWriter for Benchmark.res
Uses debounce instead of async task queue for update chain metadata
Applies debounce to cleanup db functions
Adds tests for debounce module