Skip to content

Commit

Permalink
resetted idle timer to 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenstyp committed Mar 22, 2024
1 parent b3d8be1 commit 67a8f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/my_master.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{url_for('static', filename='idleTimer.js')}}"></script>
<script type="text/javascript">
var idleTimer = new IdleTimerOpenURL();
idleTimer.setupTimer(90, '{{ url_for('initial') }}');
idleTimer.setupTimer(30, '{{ url_for('initial') }}');
</script>

{% endif %}
Expand Down

0 comments on commit 67a8f2b

Please sign in to comment.