mleku on Nostr: found the problem now... it was to do with properly handling the limit of queries ...
found the problem now... it was to do with properly handling the limit of queries
loop was continuing even though it had already exceeded the amount set in the limit or the configured MaxLimit and some queries make an incredible amount of indexes to search on... and they are repeating again and again
probably some still more nonsense to deal with now but the memory graph isn't riding the elevator to out of memory anymore
loop was continuing even though it had already exceeded the amount set in the limit or the configured MaxLimit and some queries make an incredible amount of indexes to search on... and they are repeating again and again
probably some still more nonsense to deal with now but the memory graph isn't riding the elevator to out of memory anymore
quoting nevent1q…ra6xi've definitely found this bastid thing... the query results list is stacking up like 30000+ "found" events every 5 seconds or so... that might be a problem
just can't see the flow yet how it gets back to the beginning over and over again
but i think i finally might have this