diff --git a/src/dexorder/memcache/memcache_state.py b/src/dexorder/memcache/memcache_state.py index b3b2faf..e5759ae 100644 --- a/src/dexorder/memcache/memcache_state.py +++ b/src/dexorder/memcache/memcache_state.py @@ -41,7 +41,7 @@ class RedisState (SeriesCollection): for k, v in state.iteritems(fork, series): diffs.append(DiffItem(series, k, v)) # todo tim fix pubs - await self.save(fork, diffs, use_transaction=True, skip_pubs=True) # use_transaction=False if the data is too big + await self.save(fork, diffs, use_transaction=False, skip_pubs=True) # use_transaction=False if the data is too big # noinspection PyAsyncCall