Skip to content

Commit 684c63d

Browse files
bulk: increase limit on number of requests in container request
Motivation: ----------- Recent of tape recalls revealed that FTS uses up to 2K request per container whereas dCache default limit is 500. dCache returns a 403 error in this case (subjetc of sepatate issue). But having a better default would make admin life easier Modification: ------------- Raise bulk.limits.max.targets-per-flat-request to 500 Result: ------- Do not need to adjust this value on all tape enabled WLCG sites running dCache Target: trunk Request: 11.x 10.x 9.2 Require-book: no Require-notes: yes
1 parent b21c65a commit 684c63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skel/share/defaults/bulk.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ bulk.limits.max-requests-per-user=5000
9191
# ---- The maximum number of unexpanded targets which can appear in the bulk request list.
9292
# when request expansion is set to NONE.
9393
#
94-
bulk.limits.max.targets-per-flat-request=500
94+
bulk.limits.max.targets-per-flat-request=5000
9595

9696
# ---- The maximum number of unexpanded targets which can appear in the bulk request list.
9797
# when request expansion is set to TARGETS.

0 commit comments

Comments
 (0)