Skip to content

Commit

Permalink
Update __main__.py (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Rosa <[email protected]>
  • Loading branch information
notdodo authored Dec 9, 2024
1 parent 2cea4c9 commit d74d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SYNC_MINUTES_RATE_NORMAL = 24 * 60 # Once a day
SYNC_MINUTES_RATE_MEDIUM = 2 * 60 # Every two hours
SYNC_MINUTES_RATE_EMERGENCY = 20
EMERGENCY = False
EMERGENCY = True
CUSTOM_DOMAIN_NAME = "erfiume.thedodo.xyz"

stazioni_table = dynamodb.Table(
Expand Down

0 comments on commit d74d2e7

Please sign in to comment.