We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a662cec + 54e4102 commit 5815430Copy full SHA for 5815430
server/pkg/executor/worker.go
@@ -23,7 +23,7 @@ const (
23
Idle status = "idle"
24
Running status = "running"
25
Finished status = "finished"
26
- poll time.Duration = 4
+ poll time.Duration = 3
27
)
28
29
var (
ui/src/pages/Dashboard/LoadRequest/RequestedStats/index.tsx
@@ -27,7 +27,7 @@ export default function RequestStats() {
() => {
dispatch(getLoadsterAction({ reqId: selectedRequestId }));
},
30
- isFinish ? null : 5000
+ isFinish ? null : 3000
31
);
32
if (!selectedRequest) return null;
33
if (!data?.data && loading) {
0 commit comments