File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export default defineComponent({
206
206
onMounted (() => {
207
207
db = SearchDatabases (props .url );
208
208
if (timer == null ) {
209
- timer = setInterval (loadCommandStat, 1000 );
209
+ timer = setInterval (loadCommandStat, 5000 );
210
210
}
211
211
loadCommandStat ();
212
212
});
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ export default defineComponent({
197
197
onMounted (() => {
198
198
db = SearchDatabases (props .url );
199
199
if (timer== null ) {
200
- timer = setInterval (loadCommandStat, 1000 );
200
+ timer = setInterval (loadCommandStat, 5000 );
201
201
}
202
202
loadCommandStat ();
203
203
});
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ export default defineComponent({
223
223
onMounted (() => {
224
224
db = SearchDatabases (props .url );
225
225
if (timer == null ) {
226
- timer = setInterval (loadCommandStat, 1000 );
226
+ timer = setInterval (loadCommandStat, 5000 );
227
227
}
228
228
loadCommandStat ();
229
229
});
You can’t perform that action at this time.
0 commit comments