Merge pull request #487 from openHPI/reenable_rfc_timelimit

Reenable rfc timelimit
This commit is contained in:
MrSerth
2020-02-07 10:50:09 +01:00
committed by GitHub

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(),