You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `batch_size` depends on the number and average size of your assets.
51
+
The `batch_size` depends on the number and average size of your assets.
46
52
47
-
The `batch_size` can be increased when the average size of the assets is small, since the requests will finish sooner. However, keep in mind that a large `batch_size` may trigger too many requests at the same time and it may cause unexpected issues in the browser.
53
+
The `batch_size` can be increased when the average size of the assets is small, since the requests will finish sooner. However, keep in mind that a large `batch_size` may trigger too many requests at the same time and it may cause unexpected issues in the browser.
48
54
On the other hand, the `batch_size` should be decreased when the size of the assets are large.
49
55
50
56
The default `batch_size` is `20`, this should be a good number for most projects. It is not too high to cause unexpected browser issues, but also not low enough to cause the loading to take too much time.
51
57
52
58
In any case, we advise on testing when changing this value to make sure that it
0 commit comments