Skip to content

Commit

Permalink
Toggling off read_json since we want to merge that way
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Nov 29, 2024
1 parent 1a3638c commit aa39c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/serialize/runstate/dynamodb_state_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def restore(self, keys) -> dict:
config_watcher = get_config_watcher()
config_watcher.reload_if_changed()
read_json = staticconf.read(
"read_json.enable", namespace=NAMESPACE, default=True
"read_json.enable", namespace=NAMESPACE, default=False
) # TODO: dont forget to change default to False after finishing testing
first_items = self._get_first_partitions(keys)
remaining_items = self._get_remaining_partitions(first_items)
Expand Down

0 comments on commit aa39c5a

Please sign in to comment.