mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Change syncer.SyncInterval to second-level.
This commit is contained in:
@ -41,7 +41,7 @@ class SyncerListPage extends BaseListPage {
|
||||
tableColumns: [],
|
||||
affiliationTable: "",
|
||||
avatarBaseUrl: "",
|
||||
syncInterval: 1,
|
||||
syncInterval: 10,
|
||||
isEnabled: true,
|
||||
}
|
||||
}
|
||||
|
@ -388,7 +388,7 @@
|
||||
"Edit Syncer": "编辑同步器",
|
||||
"Is hashed": "是否参与哈希计算",
|
||||
"Sync interval": "同步间隔",
|
||||
"Sync interval - Tooltip": "单位为分钟",
|
||||
"Sync interval - Tooltip": "单位为秒",
|
||||
"Table": "表名",
|
||||
"Table - Tooltip": "数据库表名",
|
||||
"Table columns": "表格列",
|
||||
|
Reference in New Issue
Block a user