Przeglądaj źródła

Update config.yaml

奇淼(piexlmax 3 lat temu
rodzic
commit
083b8da0b4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      server/config.yaml

+ 2 - 2
server/config.yaml

@@ -125,6 +125,6 @@ Timer:
     # compareField: 需要比较时间的字段
     # interval: 时间间隔, 具体配置详看 time.ParseDuration() 中字符串表示 且不能为负数
     # 2160h = 24 * 30 * 3 -> 三个月
-    { tableName: "log" , compareField: "created_at", interval: "2160h" },
-    { tableName: "log2" , compareField: "created_at", interval: "2160h" }
+    { tableName: "sys_operation_records" , compareField: "created_at", interval: "2160h" },
+    #{ tableName: "log2" , compareField: "created_at", interval: "2160h" }
   ]