You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cache get_follow and get_block in stats get prediction (#64)
* cache get_follow and get_block in stats get prediction
* create class for cached responses
* use buffered channel in stats get prediction queue
* move follow and block cache out of stats get prediction
* use generic handle func for cached requests
add new unsafe-predict-replay flag that prefetches 3 random replays (#61)
* add new unsafe-predict-replay flag that prefetches 3 random replays instead of recommended ones
* Add -unsafe-cache-env and -unsafe-predict-replay to docs