Currently index-provider publishes Reframe Advertisements only after they reach the configured ChunkSize. This is an issue for the nodes that don't have their data changed often. They can have the "current" Advertisement be stuck for a while, which prevents a part of their CIDs from getting indexed quickly.
We need Reframe Advertisements to be published once they reach the configured size or after X minutes, whichever comes first. Where X is a new configuration parameter.
Currently
index-providerpublishes Reframe Advertisements only after they reach the configuredChunkSize. This is an issue for the nodes that don't have their data changed often. They can have the "current" Advertisement be stuck for a while, which prevents a part of their CIDs from getting indexed quickly.We need Reframe Advertisements to be published once they reach the configured size or after X minutes, whichever comes first. Where X is a new configuration parameter.