Skip to content

Commit e58a692

Browse files
committed
Painting layer: make deduped write requests parallel
Most write requests usually affect different blocks anyway.
1 parent 29692e5 commit e58a692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django/applications/catmaid/static/js/layers/painting-layer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
return CATMAID.fetch({
299299
url: url,
300300
method: 'POST',
301+
parallel: true,
301302
data: {
302303
// TODO: Allow other scale levels
303304
scale_level: 0,

0 commit comments

Comments
 (0)