服务器状态页支持修改服务器信息

This commit is contained in:
LollipopKit
2021-09-18 19:55:58 +08:00
parent 779876bd4a
commit c00d3c11d6
2 changed files with 71 additions and 40 deletions

View File

@@ -70,7 +70,7 @@ class ServerProvider extends BusyProvider {
}
Future<void> startAutoRefresh() async {
Timer.periodic(const Duration(seconds: 7), (_) async {
Timer.periodic(const Duration(seconds: 3), (_) async {
await refreshData();
});
}