Re-enable RfC time limit

This commit is contained in:
Sebastian Serth
2020-01-27 14:44:07 +01:00
parent 6fbb5b3b1a
commit 007b31afd0

View File

@ -15,9 +15,8 @@ var CodeOceanEditor = {
ENTER_KEY_CODE: 13,
//Request-For-Comments-Configuration
// TODO: Re-enable!
REQUEST_FOR_COMMENTS_DELAY: 0, // 3 * 60 * 1000,
REQUEST_TOOLTIP_TIME: 0, // 5000,
REQUEST_FOR_COMMENTS_DELAY: 3 * 60 * 1000,
REQUEST_TOOLTIP_TIME: 5000,
editors: [],
editor_for_file: new Map(),