{{ message }}
Commit b4fd74c
committed
Improve description of backoff sequence in db.loose
The sequence of backoff wait times used in `gitdb.db.loose` is
quadratic rather than exponential, as discussed in:
gitpython-developers/gitdb#115 (comment)
This corrects the variable name by making it more general, and the
comment by having it explicitly describe the backoff as quadratic.
This is conceptually related to GitoxideLabs/gitoxide#1815, but
this is a non-breaking change, as no interfaces are affected: only
a local variable and comment.1 parent 9e68ea1 commit b4fd74c
1 file changed
Lines changed: 3 additions & 3 deletions

0 commit comments