Skip to content

Commit

Permalink
Increase DEFAULT_GET_URL_LENGTH byte count
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jun 26, 2021
1 parent 279d5f9 commit f12eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nhkore/cli/get_cmd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module CLI
###
module GetCmd
DEFAULT_GET_CHUNK_SIZE = 4 * 1024
DEFAULT_GET_URL_LENGTH = 10_000_000 # Just a generous estimation used as a fallback; may be outdated
DEFAULT_GET_URL_LENGTH = 11_000_000 # Just a generous estimation used as a fallback; may be outdated.
GET_URL_FILENAME = 'nhkore-core.zip'
GET_URL = "https://github.com/esotericpig/nhkore/releases/latest/download/#{GET_URL_FILENAME}"

Expand Down

0 comments on commit f12eef9

Please sign in to comment.