You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/storage
zeripath 076bb8a2a2
Close storage objects before cleaning (#16934)
Storage.Iterate provides the path and an open object. On windows using
local storage means that the objects will be locked thus preventing clean
from deleting them.

This PR simply closes the objects early.

Fix #16932

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
helper.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
local.go Retry rename on lock induced failures (#16435) 4 years ago
minio.go Add size to Save function (#15264) 4 years ago
storage.go Close storage objects before cleaning (#16934) 3 years ago