Skip to content

Commit

Permalink
No threads
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Nov 19, 2024
1 parent aef3b00 commit e842eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import os
from mysql.connector import RefreshOption

refresh = RefreshOption.LOG | RefreshOption.THREADS
refresh = RefreshOption.LOG
# refresh = RefreshOption.LOG | RefreshOption.THREADS

DBHOST = "ds2022.cqee4iwdcaph.us-east-1.rds.amazonaws.com"
DBUSER = "ds2022"
Expand Down

0 comments on commit e842eb6

Please sign in to comment.