Browse Source

定时送免费币刷新频率改为2s

zcj03 7 months ago
parent
commit
f7a6ab2a9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

@@ -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,
     });