Open jrwbabylonlab opened 1 month ago
@jrwbabylonlab if we pull from memory then how would indexer identify or update in case if params change in babylon?
@jrwbabylonlab if we pull from memory then how would indexer identify or update in case if params change in babylon?
@gusin13 the polling mechanism still continues, it just try to compare with the already saved result and see if there is changes.
Very low priority, don't think we actually need to do anything about it at this stage
In the indexer, we are constantly trying to save the global params per each polling iteration. what we should do instead are:
This is a improvement ticket