Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
decrease daemon getInfo call to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 2, 2024
1 parent 2dab810 commit ddf4804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/app/models/daemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function queryDaemonInfo(
}
return null
},
refetchInterval: 30_000,
refetchInterval: 10_000,
useErrorBoundary: false,
}
}
Expand Down

0 comments on commit ddf4804

Please sign in to comment.