@@ -125,7 +125,7 @@ const ServiceWidget: FC<Props> = (props) => {
};
const { data: slots, run: slotRun } = useRequest<any, any>(getSlots, {
- pollingInterval: 5000,
+ pollingInterval: 2000,
pollingErrorRetryCount: 1,
pollingWhenHidden: false,
});