Commit b0366fa2 authored by Jim Fulton's avatar Jim Fulton

Save server ssl parameter for inspection in dev

Useful for playing with ssl configurations.
parent bcf292e5
...@@ -770,6 +770,7 @@ class StorageServer: ...@@ -770,6 +770,7 @@ class StorageServer:
self._lock = threading.Lock() self._lock = threading.Lock()
self._commit_locks = {} self._commit_locks = {}
self._waiting = dict((name, []) for name in storages) self._waiting = dict((name, []) for name in storages)
self.ssl = ssl # For dev convenience
self.read_only = read_only self.read_only = read_only
self.database = None self.database = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment