Skip to content

Commit 17bf972

Browse files
Preslav LeConvex, Inc.
Preslav Le
authored and
Convex, Inc.
committed
Spread funrun load more (#25785)
GitOrigin-RevId: 055ea09a467108120df002c225deb3ac482137e2
1 parent 0f0a866 commit 17bf972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/knobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ pub static FUNRUN_FETCH_CLIENT_CACHE_SIZE: LazyLock<usize> =
839839
/// max_concurrent_mutations + max_concurrent_v8_actions < (number of funrun
840840
/// nodes - 1) * FUNRUN_CLIENT_MAX_CONCURRENT_REQUESTS_PER_UPSTREAM
841841
pub static FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM: LazyLock<usize> =
842-
LazyLock::new(|| env_config("FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM", 25));
842+
LazyLock::new(|| env_config("FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM", 15));
843843

844844
/// The maximum number of retries a Funrun client will perform. The client only
845845
/// retries overloaded errors.

0 commit comments

Comments
 (0)