Commit aa1e9cef authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

GreenClient puts now use WRITEBACK

parent 9dffc8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class GreenClient(BaseAsync):
            if len(pending) >= depth:
                # we have to wait on something, may as well be the oldest?
                pending.popleft().wait()
            pending.append(self.put(entry.key, entry.value))
            pending.append(self.put(entry.key, entry.value, synchronization=Synchronization.WRITEBACK))
        for resp in pending:
            resp.wait()