NBXplorer: Repository ping exceeded 30 seconds ([values > 30])
Getting warnings time to time as
warn: Explorer: Repository ping exceeded 30 seconds (100), please report the issue to NBXplorer developers
It looks like this doesn’t affect NBX instance but since it says ‘please report the issue’ it is better to have an issue for this.
Setup details; One NBX instance is running for btc/ltc/dash. RabbitMq publishing is active.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22 (22 by maintainers)
@junderw @joemphilips btw by rewritting DBReeze, I found out the underlying reason of huge file handle opening.
It is because every single transaction I save in the DB, create one file… I will fix that as well.
I rewrote DBriize, I need additional testing and porting to NBXplorer.
I go down from 2 second to 200 ms for query of 4000 transactions on my machine. The next bottleneck will probably be CPU. RAM requirements probably going down as well. There is also a mode for big RAM machines, which can drop the query to 100 ms. But I think I will not activate it until somebody hit a problem.