Commit f7531066 authored by Jim Fulton's avatar Jim Fulton

We don't use the result of iterator_gc, so it should be a one-way method.

parent 9f5377a6
......@@ -309,7 +309,7 @@ class StorageServer:
return self.rpc.call('iterator_record_next', iid)
def iterator_gc(self, iids):
return self.rpc.call('iterator_gc', iids)
return self.rpc.callAsync('iterator_gc', iids)
class ExtensionMethodWrapper:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment