diff --git a/services/comments.js b/services/comments.js index c87fc313a..0c379aa75 100644 --- a/services/comments.js +++ b/services/comments.js @@ -15,7 +15,7 @@ const STATUSES = [ 'NONE', ]; -const EDIT_WINDOW_MS = 5 * 60 * 1000; // 5 minutes +const EDIT_WINDOW_MS = 30 * 1000; // 30 seconds module.exports = class CommentsService {