depot/web/fup
Luke Granger-Brown 8b27353be7 fup: set buffer size to 8MiB
SeaweedFS' default chunk size is 4MiB; if we don't match it (or a multiple)
then our multipart uploads become uneven because they end up as chunks of the
buffer size followed by the remaining data. This is particularly egregious with
the current default of 5MiB, because then we get a 4MiB chunk followed by a
1MiB chunk every time.
2024-10-20 17:23:36 +01:00
..
cmd fup: don't crash on view if we don't have a cheddar 2021-03-26 21:44:13 +00:00
fuphttp fup: set buffer size to 8MiB 2024-10-20 17:23:36 +01:00
fupstatic fup: add favicon and logo graphics 2021-03-27 20:54:40 +00:00
hashfs fup/hashfs: actually hash the thing 2021-03-22 19:25:55 +00:00
minicheddar fup/minicheddar: add basic spawn test 2021-03-21 19:05:59 +00:00
default.nix fup: vendorSha256 -> vendorHash 2024-03-01 17:35:58 +00:00
fup.go fup: add viper for persistent config 2021-03-20 23:32:56 +00:00
go.mod fup: add fuphttp/fupoidc for doing OpenID Connect authn 2021-04-03 13:49:45 +00:00
go.sum fup: add fuphttp/fupoidc for doing OpenID Connect authn 2021-04-03 13:49:45 +00:00
go.sum.license fup: add SPDX headers 2021-03-20 20:40:40 +00:00