Skip to content

Commit 886c2bc

Browse files
committed
[fix] only make GET requests in parallel
1 parent a021909 commit 886c2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spine.ajax.iced

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class Base
9494
settings.error = rv.id('error').defer xhr, statusText, error
9595

9696
request = (next) ->
97+
Ajax.pipeliner.window = if settings.type is 'GET' then Ajax.max else 1
9798
xhr = new $.ajax(settings)
9899
await rv.wait defer status
99100
switch status

0 commit comments

Comments
 (0)