UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

10 lines 377 B
"use strict"; /* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TIMEOUT_S = void 0; // some queries might take longer – give them a couple of minutes exports.TIMEOUT_S = 300; //# sourceMappingURL=const.js.map