summary refs log tree commit diff
path: root/synapse/util/retryutils.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-05Sequence the modifications to the cache so that selects don't race with insertsMark Haines1-3/+23
2015-05-05Correctly name transactionErik Johnston1