mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 08:48:51 +00:00
remove relay__negentropy__maxFilterLimit for now
- this was causing problems on big DBs - need more reliable way of enforcing limits
This commit is contained in:
@ -121,7 +121,7 @@ void RelayServer::ingesterProcessNegentropy(lmdb::txn &txn, Decompressor &decomp
|
||||
if (arr.get_array().size() < 5) throw herr("negentropy query missing elements");
|
||||
|
||||
NostrFilterGroup filter;
|
||||
auto maxFilterLimit = cfg().relay__negentropy__maxFilterLimit;
|
||||
auto maxFilterLimit = MAX_U64;
|
||||
|
||||
if (arr.at(2).is_string()) {
|
||||
auto ev = lookupEventById(txn, from_hex(arr.at(2).get_string()));
|
||||
|
Reference in New Issue
Block a user