You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently edsl sends two times the user's full cache when running a remote job.
If the user has the remote cache option enabled then the RemoteCacheSync class will run the methods enter and exit that will check for differences between local cache and remote cache. The methods call the verification by sending the entire local cache which is not optimal.
Currently edsl sends two times the user's full cache when running a remote job.
If the user has the remote cache option enabled then the RemoteCacheSync class will run the methods enter and exit that will check for differences between local cache and remote cache. The methods call the verification by sending the entire local cache which is not optimal.
edsl/edsl/data/RemoteCacheSync.py
Line 90 in 8cf255c
The text was updated successfully, but these errors were encountered: