MatrixSynapse/synapse
Erik Johnston eee6fcf5fa
Use execute_batch instead of executemany in places (#9181)
`execute_batch` does fewer round trips in postgres than `executemany`, but does not give a correct `txn.rowcount` result after.
2021-01-21 10:22:53 +00:00
..
_scripts
api
app
appservice
config
crypto
events
federation
groups
handlers Support icons for Identity Providers (#9154) 2021-01-20 08:15:14 -05:00
http
logging
metrics
module_api
push
replication
res
rest
server_notices
spam_checker_api
state
static
storage Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
types.py
visibility.py