mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
Edit window is now 30s instead of 5min
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user