webseed/client.go | 2 +- diff --git a/webseed/client.go b/webseed/client.go index 93ca40d419461f01f2cd82303d8e258859a37ab0..5a5e52116881e15c55cf58a65bfe3811facd4eec 100644 --- a/webseed/client.go +++ b/webseed/client.go @@ -25,7 +25,7 @@ // How many consecutive bytes to allow discarding from responses. This number is based on // https://archive.org/download/BloodyPitOfHorror/BloodyPitOfHorror.asr.srt. It seems that // archive.org might be using a webserver implementation that refuses to do partial responses to -// small files. +// small files. TODO: Make this configurable. const MaxDiscardBytes = 48 << 10 // Output debug information to stdout.