feat: enhance auto log cleaning options with 1-day retention and update related configurations
This commit is contained in:
2
src/services/types.d.ts
vendored
2
src/services/types.d.ts
vendored
@@ -785,7 +785,7 @@ interface IVergeConfig {
|
||||
default_latency_test?: string;
|
||||
default_latency_timeout?: number;
|
||||
enable_builtin_enhanced?: boolean;
|
||||
auto_log_clean?: 0 | 1 | 2 | 3;
|
||||
auto_log_clean?: 0 | 1 | 2 | 3 | 4;
|
||||
proxy_layout_column?: number;
|
||||
test_list?: IVergeTestItem[];
|
||||
webdav_url?: string;
|
||||
|
||||
Reference in New Issue
Block a user