Skip to content

HydroShare on Jupyter 0.1.2

Compare
Choose a tag to compare
@aaraney aaraney released this 10 Jan 19:05

Backend now lazily fills fs aggregate map as a user queries for files in a given resource. This drastically decreases start-up time post login and resolves websocket time out issues. For context, websocket timeout were increasingly likely proportional to the number of local resources.

Additions

  • Add missing init.py to utilities submodule

Changes

  • File system map now lazily adds local resources to the map when a resource's files are queried

Related PR's

#89, #90