Skip to content

Commit

Permalink
Deactivate AlyxClient REST cache
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed May 7, 2024
1 parent 4777857 commit 054551e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iblrig/base_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ def one(self):
)
try:
self._one = ONE(
base_url=str(self.iblrig_settings['ALYX_URL']), username=self.iblrig_settings['ALYX_USER'], mode='remote'
base_url=str(self.iblrig_settings['ALYX_URL']),
username=self.iblrig_settings['ALYX_USER'],
mode='remote',
cache_rest=None
)
log.info('instantiated ' + info_str)
except Exception:
Expand Down

0 comments on commit 054551e

Please sign in to comment.