transfer.sh/server
JustAnotherArchivist 4daca97f89 Only rewrite metadata file when the download counter changed
Previously, the metadata file would be rewritten even if the download counter stayed the same (i.e. `increaseDownload = false`, previews and HEAD requests). Because the metadata doesn't change in that case, this would simply rewrite the exact same contents needlessly, which may also incur extra costs depending on the storage backend.
2021-04-19 18:37:47 +00:00
..
clamav.go implements log option (#171) 2018-10-27 00:15:55 +02:00
codec.go Major rewrite 2017-03-22 18:09:21 +01:00
handlers.go Only rewrite metadata file when the download counter changed 2021-04-19 18:37:47 +00:00
handlers_test.go Major rewrite 2017-03-22 18:09:21 +01:00
ip_filter.go ISSUE-203 2019-05-11 14:42:59 +02:00
server.go GOFMT 2021-01-05 17:24:16 +01:00
storage.go fix bug in purge for local storage 2021-01-11 16:02:00 +01:00
utils.go Remove commented debug line. 2019-08-24 08:47:04 -05:00
virustotal.go implements log option (#171) 2018-10-27 00:15:55 +02:00