Releases: crustio/crust-smanager
Releases · crustio/crust-smanager
Crust Smanager Release v2.0.3
- Shorted the seal timeout judgemet from 30 minutes to 5 minutes for fast timeout to avoid pending file queue jam, which may leads to more file seal timeout because the file copy may have been removed from the original IPFS node if the file waits too long time in the queue.
- Implement retry mechanism for seal failed records.
- For the probability filter, the pTake value should divide by GroupCount instead of nodeCount, because one group can have only one replica
Crust Smanager Release v2.0.0
Crust-Smanager release v2.0.0
- Fix file filter bug;
- Use queryMulti to retrieve work reports from chain in a batch mode to speed up the node-info-updater-task, which reduce the whole indexing time from ~100 minutes to ~5 minutes;
- Shorten the node-info-updater-task update interval from 1 hour to 30 minutes, since node-info-updater-task is pretty quick right now after refactor;
- Add more telemtry data;