forked from mystiq/hydrogen-web
fix lint errors in Sync
This commit is contained in:
parent
c6c96a611a
commit
67ddcaa468
1 changed files with 0 additions and 2 deletions
|
@ -15,12 +15,10 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {AbortError} from "./error.js";
|
|
||||||
import {ObservableValue} from "../observable/ObservableValue.js";
|
import {ObservableValue} from "../observable/ObservableValue.js";
|
||||||
import {createEnum} from "../utils/enum.js";
|
import {createEnum} from "../utils/enum.js";
|
||||||
|
|
||||||
const INCREMENTAL_TIMEOUT = 30000;
|
const INCREMENTAL_TIMEOUT = 30000;
|
||||||
const SYNC_EVENT_LIMIT = 10;
|
|
||||||
|
|
||||||
export const SyncStatus = createEnum(
|
export const SyncStatus = createEnum(
|
||||||
"InitialSync",
|
"InitialSync",
|
||||||
|
|
Loading…
Reference in a new issue