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 47081c4 commit fb70937Copy full SHA for fb70937
rs/config/src/execution_environment.rs
@@ -101,7 +101,7 @@ const QUERY_SCHEDULING_TIME_SLICE_PER_CANISTER: Duration = Duration::from_millis
101
const QUERY_CACHE_CAPACITY: NumBytes = NumBytes::new(200 * MIB);
102
103
/// The upper limit on how long the cache entry stays valid in the query cache.
104
-const QUERY_CACHE_MAX_EXPIRY_TIME: Duration = Duration::from_secs(60);
+const QUERY_CACHE_MAX_EXPIRY_TIME: Duration = Duration::from_secs(300);
105
106
/// Length of an epoch of query statistics in blocks
107
pub const QUERY_STATS_EPOCH_LENGTH: u64 = 2000;
0 commit comments