increase last checked offset

This commit is contained in:
Dan Percic 2023-07-21 12:55:18 +03:00
parent fd4491b2a3
commit 2524896f46

View File

@ -5,7 +5,7 @@ import { HeadersConfiguration, List } from '../utils';
import { map } from 'rxjs/operators';
export const ROOT_CHANGES_KEY = 'root';
export const LAST_CHECKED_OFFSET = 15000;
export const LAST_CHECKED_OFFSET = 30000;
export interface HeaderOptions {
readonly authorization?: boolean;