Skip to content

Commit 19708a9

Browse files
committed
namespace: bump time_to_idle to a very high value
... for testing purposes only
1 parent acc6f25 commit 19708a9

File tree

1 file changed

+1
-1
lines changed
  • libsql-server/src/namespace

1 file changed

+1
-1
lines changed

libsql-server/src/namespace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ impl<M: MakeNamespace> NamespaceStore<M> {
387387
})
388388
})
389389
.max_capacity(max_active_namespaces as u64)
390-
.time_to_idle(Duration::from_secs(300))
390+
.time_to_idle(Duration::from_secs(86400))
391391
.build();
392392
Self {
393393
inner: Arc::new(NamespaceStoreInner {

0 commit comments

Comments
 (0)