chengjie hace 5 meses
padre
commit
242220c363
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/yjbdc/yjbdcController.js

+ 1 - 1
src/api/yjbdc/yjbdcController.js

@@ -272,7 +272,7 @@ export async function GenerateArticle(ctx) {
272 272
         await yjbdc.AddArticleInfo(param2);
273 273
 
274 274
         result = { errcode: 10000, result: result2 };
275
-        globalCache.set(url, result, config.BufferMemoryTime1);
275
+        globalCache.set(url, result, config.BufferMemoryTime);
276 276
         console.log("缓存60秒");
277 277
     }
278 278