Skip to content

TomoTiling: Change tile size to 256x256

Thomas Vincent requested to merge tile-size into master

Small PR to set tiles to 256x256 instead of 128x128. This divides by 4 the amount of requests... and increases by 4 the size of the responses and loads more content that is not displayed.

We'll have to find a balance, but locally it clearly reduces the loading time.

Merge request reports