Skip to content

Commit 0abe775

Browse files
committed
Reduce simulated latency in crow network
Issue marijnh#493
1 parent d249417 commit 0abe775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/crow-tech.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
} catch(e) {
8686
callback(e)
8787
}
88-
}, 10 * Math.floor(Math.random() * 10))
88+
}, 10 + Math.floor(Math.random() * 10))
8989
}
9090

9191
readStorage(name, callback) {

0 commit comments

Comments
 (0)