Improve description of backoff sequence in `db.loose` by EliahKagan · Pull Request #119 · gitpython-developers/gitdb
The sequence of backoff wait times used in `gitdb.db.loose` is quadratic rather than exponential, as discussed in: gitpython-developers#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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters