scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

BOSS: add caching #71

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

This PR:

~~Using the cuboids delayes the arrival of the first chunks heavily, which gives a bad UX I would rather not use cuboid chunks here, and instead cache the chunks in the size of the incoming requests.~~

fixes #61

jstriebel commented 5 years ago

I removed the cuboid alignment from this PR, as discussed with @fm3 . Feel free to review :eyes:

jstriebel commented 5 years ago

@fm3 Thanks for the feedback! I just pushed a commit which addresses it, does this look fine?