Closed UNEXENU closed 4 weeks ago
@UNEXENU Can't you just always set this via an API call? (with the right access-token, of course)
@hannahbast Yes, an API call works for this too, so the more important change is probably the new default value.
@hannahbast This was my suggestion. I thought we wanted to have every parameter evenutally as a CLI option to make the starting of QLever a single operation that doesn't need the current "start and then set some things that you cant at startup" workflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.08%. Comparing base (
39e63b4
) to head (e2cdbf4
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
No test result changes.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Adds the commandline argument
service-max-value-rows
allowing to set the maximum number of rows passed to aService
operation (see #1341 and #1502 for details). The default value is set to 10,000 rows.