Initial commit
This commit is contained in:
14
frontend/webapp/node_modules/next/dist/server/use-cache/constants.js
generated
vendored
Normal file
14
frontend/webapp/node_modules/next/dist/server/use-cache/constants.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// If the expire time is less than .
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "DYNAMIC_EXPIRE", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return DYNAMIC_EXPIRE;
|
||||
}
|
||||
});
|
||||
const DYNAMIC_EXPIRE = 300;
|
||||
|
||||
//# sourceMappingURL=constants.js.map
|
||||
Reference in New Issue
Block a user