Skip to content

Commit

Permalink
less svs-specific....
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 11, 2023
1 parent 2a8b351 commit 9a311f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/synchronizer_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if csv:
reader = CSVDictReader("ssn.tsv", delimiter="\t")
else:
reader = MongoLRUReader({"env": "test", "tb": False, "lb": True}, "last_login")
reader = MongoLRUReader({"foo": "bar"}, "last_login")
synchronizer.register(reader)
# optionally replace this with lazy initalization of Reader to avoid unnecessarily doing it on workers:
# synchronizer.register(None, MongoLRUReader, {"env": "test", "tb": False, "lb": True}, "last_login")
Expand Down

0 comments on commit 9a311f6

Please sign in to comment.