Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangle committed Nov 26, 2014
1 parent eaf4af5 commit 9b9f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/src/ASP/build/base-images/scripts/amf_watchdog.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ASP_WATCHDOG_RESTART_FILE='asp_restart_watchdog'
ASP_REBOOT_FILE = 'asp_reboot'
ASP_RESTART_DISABLE_FILE = 'asp_restart_disable'
SP_RESTART_DELAY = 30 # How long to delay before restarting. If the AMF is able to restart before keepalives find it dead this will cause major issues in the AMF.
ASP_RESTART_DELAY = 30 # How long to delay before restarting. If the AMF is able to restart before keepalives find it dead this will cause major issues in the AMF.

def safe_remove(f):
try:
Expand Down

0 comments on commit 9b9f245

Please sign in to comment.