Skip to content

Commit b48d594

Browse files
committed
Change tile fetch timeout from 5 seconds to 2 minutes
Tile generation sometimes takes longer than 5 seconds.
1 parent 5cdcf8d commit b48d594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/deepzoom/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h1>Slide properties</h1>
111111
var viewer = new OpenSeadragon({
112112
id: "view",
113113
prefixUrl: "static/images/",
114+
timeout: 120000,
114115
showNavigator: false,
115116
animationTime: 0.5,
116117
blendTime: 0.1,

0 commit comments

Comments
 (0)