We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a866 commit 17bf972Copy full SHA for 17bf972
crates/common/src/knobs.rs
@@ -839,7 +839,7 @@ pub static FUNRUN_FETCH_CLIENT_CACHE_SIZE: LazyLock<usize> =
839
/// max_concurrent_mutations + max_concurrent_v8_actions < (number of funrun
840
/// nodes - 1) * FUNRUN_CLIENT_MAX_CONCURRENT_REQUESTS_PER_UPSTREAM
841
pub static FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM: LazyLock<usize> =
842
- LazyLock::new(|| env_config("FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM", 25));
+ LazyLock::new(|| env_config("FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM", 15));
843
844
/// The maximum number of retries a Funrun client will perform. The client only
845
/// retries overloaded errors.
0 commit comments