chore(messenger_communities): up unknown curated communities timeout (#4046)

This commit is contained in:
Jonathan Rainville 2023-09-22 11:14:06 -04:00 committed by GitHub
parent 717e0f9ba5
commit 0f065a9f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -499,7 +499,9 @@ func (m *Messenger) startCuratedCommunitiesUpdateLoop() {
const errorTimeout = 10 * time.Second
const successTimeout = 120 * time.Second
const unknownCommunitiesFoundTimeout = 3 * time.Second
// TODO lower this back again once the real curated community contract is up
// The current contract contains communities that are no longer accessible on waku
const unknownCommunitiesFoundTimeout = 60 * time.Second
go func() {
for {