Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0028a45

Browse files
committed
Turn back throttle.
1 parent 230f054 commit 0028a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

initializers/middleware.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ exports.middleware = function (api, next) {
344344
}
345345

346346
api.actions.preProcessors.push(authorizationPreProcessor);
347-
//api.actions.preProcessors.push(preThrottleProcessor);
347+
api.actions.preProcessors.push(preThrottleProcessor);
348348
api.actions.preProcessors.push(preCacheProcessor);
349349
api.actions.postProcessors.push(postCacheProcessor);
350-
//api.actions.postProcessors.push(postThrottleProcessor);
350+
api.actions.postProcessors.push(postThrottleProcessor);
351351
next();
352352
};

0 commit comments

Comments
 (0)