Files
@ 184159c21be2
Branch filter:
Location: kallithea/docs/usage/locking.rst
184159c21be2
1.3 KiB
text/prs.fallenstein.rst
vcs: replace recursive implementation of prev&next with iterative
It was recursing over the repo and could give "maximum recursion depth
exceeded".
The implementation is still inefficient.
It was recursing over the repo and could give "maximum recursion depth
exceeded".
The implementation is still inefficient.