add peer store capacity (#52)

This commit is contained in:
fbarbu15 2024-07-04 11:59:54 +03:00 committed by GitHub
parent 95f8a791fa
commit 07f4e1f438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class WakuNode:
"min-relay-peers-to-publish": "1",
"log-level": "DEBUG",
"rest-filter-cache-capacity": "50",
"peer-store-capacity": "10",
}
default_args.update(go_waku_args)
elif self.is_nwaku():