Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 | 32x 82x 1430x | export const expiryMilliseconds = 1000 * 60 * 5;
export const username2IdStaleTime = 14 * 24 * 60 * 60 * 1000;
export const userStaleTime = 10 * 60 * 1000;
|