Re-enable RfC time limit
This commit is contained in:
@ -15,9 +15,8 @@ var CodeOceanEditor = {
|
|||||||
ENTER_KEY_CODE: 13,
|
ENTER_KEY_CODE: 13,
|
||||||
|
|
||||||
//Request-For-Comments-Configuration
|
//Request-For-Comments-Configuration
|
||||||
// TODO: Re-enable!
|
REQUEST_FOR_COMMENTS_DELAY: 3 * 60 * 1000,
|
||||||
REQUEST_FOR_COMMENTS_DELAY: 0, // 3 * 60 * 1000,
|
REQUEST_TOOLTIP_TIME: 5000,
|
||||||
REQUEST_TOOLTIP_TIME: 0, // 5000,
|
|
||||||
|
|
||||||
editors: [],
|
editors: [],
|
||||||
editor_for_file: new Map(),
|
editor_for_file: new Map(),
|
||||||
|
Reference in New Issue
Block a user