Skip to content

Commit 5815430

Browse files
committed
Merge branch 'main' into demo
2 parents a662cec + 54e4102 commit 5815430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/pkg/executor/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
Idle status = "idle"
2424
Running status = "running"
2525
Finished status = "finished"
26-
poll time.Duration = 4
26+
poll time.Duration = 3
2727
)
2828

2929
var (

ui/src/pages/Dashboard/LoadRequest/RequestedStats/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function RequestStats() {
2727
() => {
2828
dispatch(getLoadsterAction({ reqId: selectedRequestId }));
2929
},
30-
isFinish ? null : 5000
30+
isFinish ? null : 3000
3131
);
3232
if (!selectedRequest) return null;
3333
if (!data?.data && loading) {

0 commit comments

Comments
 (0)