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
I noticed when I had a config file with [[ Repo ]]
instead of [[Repo]]
git-mirror just hung and consumed 100% cpu when starting with no message printed to stderr/out. A bit of debugging turned out that the culprit was the toml parser which went into an infinite loop.
I noticed when I had a config file with
[[ Repo ]]
instead of
[[Repo]]
git-mirror just hung and consumed 100% cpu when starting with no message printed to stderr/out. A bit of debugging turned out that the culprit was the toml parser which went into an infinite loop.
Perhaps switch to another toml parser, https://github.com/toml-lang/toml lists several ones for golang.
The text was updated successfully, but these errors were encountered: