1export const pidFilename = "project.pid"; 2 3// pid file updated once every 30s -- see https://github.com/sagemathinc/cocalc/issues/7325 4export const pidUpdateIntervalMs = 1000 * 30; 5 6 7