We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d249417 commit 0abe775Copy full SHA for 0abe775
code/crow-tech.js
@@ -85,7 +85,7 @@
85
} catch(e) {
86
callback(e)
87
}
88
- }, 10 * Math.floor(Math.random() * 10))
+ }, 10 + Math.floor(Math.random() * 10))
89
90
91
readStorage(name, callback) {
0 commit comments