Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 4849913

Browse files
committed
up the timeout
1 parent 4e5fb97 commit 4849913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/dats.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Dats.prototype.get = function (key, cb) {
3939
}
4040

4141
Dats.prototype.entries = function (archive, cb) {
42-
var TIMEOUT = 5000
43-
var stream = archive.list({live: false, limit: 1000})
42+
var TIMEOUT = 7000
43+
var stream = archive.list({live: false, limit: 100})
4444
var cancelled = false
4545

4646
var timeout = setTimeout(function () {

0 commit comments

Comments
 (0)