mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 12:51:41 +00:00
11 lines
678 B
TypeScript
11 lines
678 B
TypeScript
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.";
|