export const defaultBasePath = "./notebooks"; export const heartbeatDelayMs = 5000; export const kernelRestartInitialDelayMs = 1000; export const kernelRestartMaxDelayMs = 20000; 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.";