@@ -170,7 +170,7 class Repository::Git < Repository | |||
|
170 | 170 | # Then later we won't need any conditions for db existence. |
|
171 | 171 | # Query for several revisions at once, and remove them from the revisions array, if they are there. |
|
172 | 172 | # Do this in chunks, to avoid eventual memory problems (in case of tens of thousands of commits). |
|
173 | # If there are no revisions (because the original code's algoritm filtered them), | |
|
173 | # If there are no revisions (because the original code's algorithm filtered them), | |
|
174 | 174 | # then this part will be stepped over. |
|
175 | 175 | # We make queries, just if there is any revision. |
|
176 | 176 | limit = 100 |
General Comments 0
You need to be logged in to leave comments.
Login now