diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2025-08-11 22:38:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 05:38:17 +0000 |
commit | 90a48e96c7ab18689fba0a4a7c29dfb44b63d96d (patch) | |
tree | 9e0d97345e68b47caec3cd1e1152988e3c1e753b /vendor/github.com/couchbaselabs/go-couchbase | |
parent | 345045888dbeb7dfa3a83bcf78e4ae3cc0c7be5a (diff) | |
download | gitea-main.tar.gz gitea-main.zip |
Fix #31113
After #22385 introduced LFS GC, it never worked due to a bug in the INI
library: fields in structs embedded more than one level deep are not
populated from the INI file.
This PR fixes the issue by replacing the multi-level embedded struct
with a single-level struct for parsing the cron.gc_lfs configuration.
Added a new test for retrieving cron settings to demonstrate the bug in
the INI package.
Diffstat (limited to 'vendor/github.com/couchbaselabs/go-couchbase')
0 files changed, 0 insertions, 0 deletions