You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a new repository, the health check is disabled by default, even though it should be enabled.
This seems to be due to the fact that the IsFsckEnabled member is not explicitly initialized in CreateRepository. I have confirmed that the column defaults to true in the database. However, Gitea's INSERT statement explicitly sets it to false:
[x]
):Description
If I create a new repository, the health check is disabled by default, even though it should be enabled.
This seems to be due to the fact that the
IsFsckEnabled
member is not explicitly initialized inCreateRepository
. I have confirmed that the column defaults totrue
in the database. However, Gitea'sINSERT
statement explicitly sets it tofalse
:The text was updated successfully, but these errors were encountered: