Skip to content

Commit 2842753

Browse files
committed
Bumping matching rps fixes things
1 parent 8ad3510 commit 2842753

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/sdk-core/tests/common

crates/sdk-core/tests/common/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,8 @@ pub(crate) fn integ_dev_server_config(
10801080
"frontend.ListWorkersEnabled=true".to_owned(),
10811081
"--dynamic-config-value".to_owned(),
10821082
"frontend.enableCancelWorkerPollsOnShutdown=true".to_owned(),
1083+
"--dynamic-config-value".to_owned(),
1084+
"matching.rps=12000".to_owned(),
10831085
"--search-attribute".to_string(),
10841086
format!("{SEARCH_ATTR_TXT}=Text"),
10851087
"--search-attribute".to_string(),

0 commit comments

Comments
 (0)