Skip to content

Commit

Permalink
Reduce default viz window for shoebox track to 10 kb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 15, 2024
1 parent 5d2431e commit 5296843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/shoebox/shoeboxTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ShoeboxTrack extends TrackBase {
height: 300,
rowHeight: 3,
max: 3000,
visibilityWindow: 1000000
visibilityWindow: 10000
}

constructor(config, browser) {
Expand Down

0 comments on commit 5296843

Please sign in to comment.