Skip to content

Commit

Permalink
FIX delay
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 27, 2024
1 parent a391c1f commit b9b1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/remote-storage-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getRxStorageMemory } from '../../plugins/storage-memory/index.mjs';
import { randomDelayStorage } from '../../plugins/core/index.mjs';

export async function startRemoteStorageServer(port: number) {
const delayFn = () => 10;
const delayFn = () => 0;
const server = await startRxStorageRemoteWebsocketServer({
port,
/**
Expand Down

0 comments on commit b9b1ffb

Please sign in to comment.