makearmy-app/node_modules/next/dist/server/use-cache/constants.js
2025-09-22 10:37:53 -04:00

14 lines
No EOL
320 B
JavaScript

// 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