Skip to content

Commit

Permalink
Temporary fix to Qserv configration used by the integration test
Browse files Browse the repository at this point in the history
The fix is required to test the large result limit enforcement
by workers
  • Loading branch information
iagaponenko committed Jul 3, 2023
1 parent f906869 commit efb2315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/admin/templates/proxy/etc/qserv-czar.cnf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oldestResultKeptDays = 7
maxsqlconnectionattempts = 10

# maximum user query result size in MB
maxtablesize_mb = 5100
maxtablesize_mb = 1


# database connection for QMeta database
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templates/xrootd/etc/xrdssi.cf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ num_http_threads = 4
# SSI - XROOTD/SSI stream (the default mode if no specific choice is proided)
# XROOT - XROOT file protocol
# HTTP - HTTP protocol
protocol = SSI
protocol = HTTP

# Set to any value but 0 if result files (if any) left after the previous run of
# the worker had to be deleted from the corresponding folder.
Expand Down

0 comments on commit efb2315

Please sign in to comment.