mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 18:35:34 +08:00
feat(connections): enable autoCloseConns by default
This commit is contained in:
parent
ab018c529d
commit
dfcc750a12
@ -53,7 +53,7 @@ export const [urlForLatencyTest, setUrlForLatencyTest] = makePersisted(
|
||||
{ name: 'urlForLatencyTest', storage: localStorage },
|
||||
)
|
||||
|
||||
export const autoCloseConnsDefault = false
|
||||
export const autoCloseConnsDefault = true
|
||||
|
||||
export const [autoCloseConns, setAutoCloseConns] = makePersisted(
|
||||
createSignal(autoCloseConnsDefault),
|
||||
|
Loading…
Reference in New Issue
Block a user