Skip to content
Snippets Groups Projects
Unverified Commit 416e7884 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

feat: add unified-delay field

parent d5792220
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ pub const DEFAULT_FIELDS: [&str; 5] = [
"rule-providers",
];
pub const OTHERS_FIELDS: [&str; 29] = [
pub const OTHERS_FIELDS: [&str; 30] = [
"dns",
"tun",
"ebpf",
......@@ -46,6 +46,7 @@ pub const OTHERS_FIELDS: [&str; 29] = [
"listeners", // meta
"sub-rules", // meta
"geodata-mode", // meta
"unified-delay", // meta
"tcp-concurrent", // meta
"enable-process", // meta
"find-process-mode", // meta
......
......@@ -43,6 +43,7 @@ export const OTHERS_FIELDS = [
"listeners", // meta
"sub-rules", // meta
"geodata-mode", // meta
"unified-delay", // meta
"tcp-concurrent", // meta
"enable-process", // meta
"find-process-mode", // meta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment