Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-15 | pushers table requires a unique id. | Erik Johnston | 2 | -3/+11 | |
2015-04-15 | Make LruCache thread safe, as its used for event cache | Erik Johnston | 1 | -0/+20 | |
2015-04-15 | Don't pass in removed flag | Erik Johnston | 1 | -1/+0 | |
2015-04-15 | Change from exception to warn | Erik Johnston | 1 | -1/+1 | |
2015-04-15 | Don't wait on federation_handler.handle_new_event | Erik Johnston | 1 | -3/+7 | |
2015-04-15 | Remove run_on_reactor()s | Erik Johnston | 1 | -4/+0 | |
2015-04-15 | Postgres does not allow you to continue using a cursor after a DB exception ↵ | Erik Johnston | 1 | -11/+14 | |
has been raised, so move _simple_insert or_ignore flag out of transaction | |||||
2015-04-15 | Do more parellelization for initialSync | Erik Johnston | 1 | -7/+11 | |
2015-04-15 | Parellelize initial sync | Erik Johnston | 1 | -2/+8 | |
2015-04-15 | Turn off persistance of sent_transactions.response_json | Erik Johnston | 1 | -1/+1 | |
2015-04-15 | Add index on events (topological_ordering, stream_ordering) to help with ↠|