There was an error while loading. Please reload this page.
2 parents e7b605f + 89b3d78 commit 9e6ef83Copy full SHA for 9e6ef83
1 file changed
src/components/AmqpHealth.tsx
@@ -12,7 +12,7 @@ import ConsumerHealthTable from 'src/components/AmqpHealth/ConsumerHealthTable';
12
import RetryAnalysisTable from 'src/components/AmqpHealth/RetryAnalysisTable';
13
import DeadLetterTable from 'src/components/AmqpHealth/DeadLetterTable';
14
15
-const POLL_INTERVAL = 10_000;
+const POLL_INTERVAL = 3_000;
16
17
const Skeleton: React.FC<{ className?: string }> = ({ className }) => (
18
<div className={`animate-pulse bg-gray-200 rounded-xl ${className ?? 'h-20'}`} />
0 commit comments