Skip to content

Commit

Permalink
chore(ytdl): add db timeout notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 10, 2024
1 parent 54516db commit afd071c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ytdl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

##############################################################################################################################################################################################################################
##############################################################################################################################################################################################################################
## Envirnmental variables
## Environmental variables
##############################################################################################################################################################################################################################
##############################################################################################################################################################################################################################

Expand All @@ -33,6 +33,12 @@ def get_env(key) -> str:
##############################################################################################################################################################################################################################
##############################################################################################################################################################################################################################
## DB

## Execute those on the target's mariadb
##
## SET @@GLOBAL.wait_timeout=31536000;
## SET @@GLOBAL.interactive_timeout=31536000;

##############################################################################################################################################################################################################################
##############################################################################################################################################################################################################################

Expand Down

0 comments on commit afd071c

Please sign in to comment.