Skip to content

Commit

Permalink
Update wait_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jul 3, 2023
1 parent 5abb5ed commit e538aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relations/deprecated_shared_db_database_provides.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def set_databag(
self._local_unit_databag["allowed_units"] = self._remote_unit_name
self._local_unit_databag["db_host"] = "127.0.0.1"
self._local_unit_databag["db_port"] = "3306"
self._local_unit_databag["wait_timeout"] = "3600"
self._local_unit_databag["wait_timeout"] = "28800"
self._local_unit_databag["password"] = password
logger.debug(f"Set unit databag {self._id=} {self._remote_unit_name=}")

Expand Down

0 comments on commit e538aa0

Please sign in to comment.