We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9198d90 commit 861ee10Copy full SHA for 861ee10
1 file changed
web/src/crons/update_stasis.rs
@@ -29,7 +29,7 @@ impl UpdateStasis {
29
pub async fn new(config: StasisConfig) -> anyhow::Result<Self> {
30
let server = ServerBuilder::default()
31
.clut_ram_capacity(32)
32
- .slug_update_interval_secs(u64::MAX) // Disable internal slug updates
+ .slug_update_interval_secs(u32::MAX.into()) // Disable internal slug updates
33
.ram_entry_capacity(1024 * 1024) // 1 million entries
34
.storage_capacity_bytes(
35
1024 * 1024, // 1 GiB
0 commit comments