Ledger

Ledger

2M Downloads

Showing the query process when it takes a long time to query

yqs112358 opened this issue ยท 0 comments

commented

Is your feature request related to a problem?

When querying for a large batch of data (for example /lg search ... range:20), it will takes sometimes even a few minutes to get the response. There is no way for us to track the current progress during the large query, and Ledger will not respond to any new requests either. It looks like it's stuck, and we have no choice but to wait for a long time to get the feedback.

Describe the solution you'd like.

Ledger should give regular feedback on the current progress when doing larger queries. Maybe something like:

(15%) 15000/100000 searched...
(30%) 30000/100000 searched...
(50%) 50000/100000 searched...
...

And, if Ledger is busy now and will queue the new incoming request, it should give a feedback too, to tell the player with something like "The database is busy, your request will be queued" instead of just queuing the request and responding nothing.

Describe alternatives you've considered.

Any improvement on instructions are great. :-) This makes Ledger more user-friendly.

Agreements

  • I have searched for and ensured there isn't already an open issue regarding this.
  • I have ensured the feature I'm requesting isn't already in the latest supported mod version.

Other

No response