QuantAsylum / QA40x

Releases (no source) for the QA402 and QA403 Audio Analyzer.
https://quantasylum.com/products/qa402-audio-analyzer
13 stars 1 forks source link

The console makes REST requests slow #10

Closed blurpy closed 2 years ago

blurpy commented 2 years ago

As the console fills up, the requests get slower and slower. It only takes a few minutes of running acquisitions before it slows down to a crawl. See the elapsed times from this screenshot:

Screenshot_20210930_203205

Clearing the console makes the requests fast again. Is it possible to do something with the performance of this console?

QuantAsylum commented 2 years ago

yes, OK got it! The console has a max length of 2 GB, so as it fills up you are right it will get unbearably slow. The next release will have the ability to set max line count for buffer, from 1K to 16K lines, and after that is reached the oldest line will be deleted. Also changed such that if the console window is closed, the console burden goes away.

blurpy commented 2 years ago

That sounds good to me :)

QuantAsylum commented 2 years ago

Fixed in 1.110