2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Add another 0 to the job default character limit

This seems to work fine, and now because of the channel-instances, it's useful
to display more data by default.
This commit is contained in:
Christopher Baines 2020-02-16 13:53:49 +00:00
parent 07b97fcb73
commit bfa468a325

View file

@ -64,7 +64,7 @@
(parse-query-parameters
request
`((start_character ,parse-number)
(characters ,parse-number #:default 1000000)))))
(characters ,parse-number #:default 10000000)))))
(render-job mime-types
conn
job-id