fix(snjs): history revisions specs
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user