diff --git a/src/stratifier.c b/src/stratifier.c index 4fde094b..4a111646 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -6327,7 +6327,7 @@ static void add_node_txns(sdata_t *sdata, const json_t *val) /* Set the refcount for node transactions greater than the * upstream pool to ensure we never age them faster than the * pool does. */ - txn->refcount = 20; + txn->refcount = 100; HASH_ADD_STR(sdata->txns, hash, txn); added++; }