chore: reduce default auto clean log to 7 days

This commit is contained in:
wonfen
2025-06-27 09:29:41 +08:00
parent e1bb8aa125
commit cf437e6d94
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
enableBuiltinEnhanced: true,
proxyLayoutColumn: 6,
defaultLatencyTest: "",
autoLogClean: 0,
autoLogClean: 2,
defaultLatencyTimeout: 10000,
});