fix(snjs): history revisions specs

This commit is contained in:
Karol Sójko
2023-01-18 12:41:57 +01:00
parent d734574a7e
commit 24cda40dde
2 changed files with 19 additions and 19 deletions

View File

@@ -289,8 +289,8 @@ export async function storagePayloadCount(application) {
* The number of seconds between changes before a server creates a new revision.
* Controlled via docker/syncing-server-js.env
*/
export const ServerRevisionFrequency = 1.1
export const ServerRevisionCreationDelay = 2
export const ServerRevisionFrequency = 5.1
export const ServerRevisionCreationDelay = 1.5
export function yesterday() {
return new Date(new Date().setDate(new Date().getDate() - 1))