Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix_: reduce filter loop to 300ms #5768

Merged
merged 1 commit into from
Aug 27, 2024
Merged

fix_: reduce filter loop to 300ms #5768

merged 1 commit into from
Aug 27, 2024

Conversation

richard-ramos
Copy link
Member

Sets the filter batch interval to 300ms, like in 2.30.x release.
This might be rolled back once status-im/status-mobile#21120 (comment) is addressed

cc: @chaitanyaprem

@status-im-auto
Copy link
Member

status-im-auto commented Aug 26, 2024

Jenkins Builds

Click to see older builds (5)
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ e35e793 #1 2024-08-26 14:40:32 ~1 min tests 📄log
✔️ e35e793 #1 2024-08-26 14:41:50 ~2 min tests-rpc 📄log
✔️ e35e793 #1 2024-08-26 14:43:41 ~4 min linux 📦zip
✔️ e35e793 #1 2024-08-26 14:44:13 ~4 min ios 📦zip
✔️ e35e793 #1 2024-08-26 14:45:10 ~5 min android 📦aar
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 3cc752d #2 2024-08-26 15:47:41 ~2 min android 📦aar
✔️ 3cc752d #2 2024-08-26 15:47:56 ~2 min linux 📦zip
✔️ 3cc752d #2 2024-08-26 15:48:01 ~2 min tests-rpc 📄log
✔️ 3cc752d #2 2024-08-26 15:48:51 ~3 min ios 📦zip
✔️ 3cc752d #2 2024-08-26 16:18:06 ~32 min tests 📄log
✔️ 7ca1f14 #3 2024-08-27 12:11:20 ~2 min tests-rpc 📄log
✔️ 7ca1f14 #3 2024-08-27 12:11:22 ~2 min android 📦aar
✔️ 7ca1f14 #3 2024-08-27 12:11:40 ~2 min linux 📦zip
✔️ 7ca1f14 #3 2024-08-27 12:12:50 ~3 min ios 📦zip
✔️ 7ca1f14 #3 2024-08-27 12:41:28 ~32 min tests 📄log

wakuv2/waku.go Outdated
w,
w.node.FilterLightnode())
w.node.FilterLightnode(), filterapi.WithBatchInterval(300*time.Millisecond))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to put it in a new line?

@richard-ramos richard-ramos merged commit bb6b086 into develop Aug 27, 2024
10 checks passed
@richard-ramos richard-ramos deleted the 300ms branch August 27, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants