resolve merge conflict

This commit is contained in:
hardiknai-techm
2021-08-14 11:19:28 +05:30
6 changed files with 81 additions and 24 deletions

View File

@@ -2,4 +2,9 @@ export const defaultBasePath = "./notebooks";
export const heartbeatDelayMs = 5000;
export const kernelRestartInitialDelayMs = 1000;
export const kernelRestartMaxDelayMs = 20000;
export const autoSaveIntervalMs = 120000;
export const autoSaveIntervalMs = 120000;
export const temporarilyDownMsg = "Notebooks is currently not available. We are working on it.";
export const mongoShellTemporarilyDownMsg =
"We have identified an issue with the Mongo Shell and it is unavailable right now. We are actively working on the mitigation.";
export const cassandraShellTemporarilyDownMsg =
"We have identified an issue with the Cassandra Shell and it is unavailable right now. We are actively working on the mitigation.";