year hace 1 mes
padre
commit
30ba46712c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/page.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/page.tsx

@@ -6,7 +6,7 @@ import React from "react";
 
 const HomeTabs = dynamic(() => import("./_home/HomeTabs"));
 
-const TIME = 30;
+const TIME = 0;
 const getGames = React.cache(async () => {
     return server
         .request<GroupType[]>({