Skip to content

Commit 0e194d7

Browse files
jamescowlingConvex, Inc.
authored and
Convex, Inc.
committed
fix name of variable in comment (#30281)
Fix typo GitOrigin-RevId: 62e5e5ec4a58ac10e332fa31794a8d597c44f477
1 parent e6e5ac9 commit 0e194d7

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
@@ -906,7 +906,7 @@ pub static FUNRUN_FETCH_CLIENT_CACHE_SIZE: LazyLock<usize> =
906906
///
907907
/// max_concurrent_queries +
908908
/// max_concurrent_mutations + max_concurrent_v8_actions < (number of funrun
909-
/// nodes - 1) * FUNRUN_CLIENT_MAX_CONCURRENT_REQUESTS_PER_UPSTREAM
909+
/// nodes - 1) * FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM
910910
pub static FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM: LazyLock<usize> =
911911
LazyLock::new(|| env_config("FUNRUN_CLIENT_MAX_REQUESTS_PER_UPSTREAM", 15));
912912

0 commit comments

Comments
 (0)