mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-14 01:04:14 +00:00
7a92f6c6b1
* lib/db: Don't panic on negative counts (fixes #4659) So, negative counts should never happen and hence the original idea to panic. However, this sucks as the panic will happen in a folder runner, be automatically swallowed by suture, and the runner gets restarted but now we are in a bad state. (Related: #4758) At the time of writing the global list is somewhat in flux (we've changed how ignored files are handled, invalid bits, etc.) and I think that can cause unusual conditions here. Hence just fixing up the numbers instead until the next full recount. |
||
---|---|---|
.. | ||
testdata | ||
.gitignore | ||
benchmark_test.go | ||
blockmap_test.go | ||
blockmap.go | ||
concurrency_test.go | ||
debug.go | ||
leveldb_dbinstance.go | ||
leveldb_test.go | ||
leveldb_transactions.go | ||
leveldb.go | ||
meta.go | ||
namespaced_test.go | ||
namespaced.go | ||
set_test.go | ||
set.go | ||
structs.go | ||
structs.pb.go | ||
structs.proto |