Cache connection info for faster and more robust reconnect #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-cache-conn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hive server connection info is cached for 24 hrs (refreshed periodically). When (re-)connecting, if there is a fresh cache, this is used for the initial connection attempt.
If that attempt fails, the cache is invalidated (if server is unresponsive, invalidation happens after a few retries).
Also, the JSON-Schema info is exported into
priv/gmhc_schema.jsonand the README is automatically updated with the current schema.ZX version 0.7.0.
Includes #16
lgtm