summaryrefslogtreecommitdiff
path: root/src/server/index.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-29 17:17:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-29 17:17:15 +0900
commit372bfaceda5bf694bf33986b5a64a56e5787104c (patch)
treec498cd9fac2f79404e2d5b74549a5d759257ddcf /src/server/index.ts
parentMerge pull request #1559 from syuilo/visibility (diff)
downloadsharkey-372bfaceda5bf694bf33986b5a64a56e5787104c.tar.gz
sharkey-372bfaceda5bf694bf33986b5a64a56e5787104c.tar.bz2
sharkey-372bfaceda5bf694bf33986b5a64a56e5787104c.zip
リファクタリングなど
Diffstat (limited to 'src/server/index.ts')
-rw-r--r--src/server/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/index.ts b/src/server/index.ts
index 594f40c22f..4c5aab9a22 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -26,9 +26,9 @@ if (process.env.NODE_ENV != 'production') {
app.use(logger());
// Delay
- app.use(slow({
- delay: 1000
- }));
+ //app.use(slow({
+ // delay: 1000
+ //}));
}
// Compress response