Comment 12 for bug 1167379

Revision history for this message
Milo Casagrande (milo) wrote :

After some work, we finally came to the culprit of the problem: user access requests were not cached by RhodeCode and with the dumb HTTP protocol, each requests had to be granted access for the same user with the same IP on the same repository.

Introducing a small caching mechanism solved the problem. Changes have already been applied on the staging instance and tests are being performed.