Skip to content

Commit

Permalink
[IMP] fs_storage: Allow setting check_connection_method in configurat…
Browse files Browse the repository at this point in the history
…ion file
  • Loading branch information
vincent-hatakeyama committed Jan 31, 2025
1 parent 0f35e5c commit 42b6908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fs_storage/models/fs_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def _server_env_fields(self):
"options": {},
"directory_path": {},
"eval_options_from_env": {},
"check_connection_method": {},
}

def write(self, vals):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow setting check_connection_method in configuration file.

0 comments on commit 42b6908

Please sign in to comment.