Change syncer.SyncInterval to second-level.

This commit is contained in:
Gucheng Wang
2022-01-17 15:59:55 +08:00
parent f24d9ae251
commit d183b9eca9
6 changed files with 21 additions and 21 deletions

View File

@ -41,7 +41,7 @@ class SyncerListPage extends BaseListPage {
tableColumns: [],
affiliationTable: "",
avatarBaseUrl: "",
syncInterval: 1,
syncInterval: 10,
isEnabled: true,
}
}

View File

@ -388,7 +388,7 @@
"Edit Syncer": "编辑同步器",
"Is hashed": "是否参与哈希计算",
"Sync interval": "同步间隔",
"Sync interval - Tooltip": "单位为分钟",
"Sync interval - Tooltip": "单位为",
"Table": "表名",
"Table - Tooltip": "数据库表名",
"Table columns": "表格列",