Skip to content

Commit

Permalink
chore(duration_ts.cgi): change duration value so that it doesnt timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
552020 committed May 23, 2024
1 parent 803fb7f commit ff058bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www.development_site/cgi-bin/duration_ts.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import time
from datetime import datetime

# Define the duration of the counter in seconds
duration = 8
duration = 2

# Print the HTTP header
print("Content-Type: text/html")
Expand Down

0 comments on commit ff058bc

Please sign in to comment.