Skip to content

Commit

Permalink
fixes #2 Changes SB_ADMIN_TIMEOUT and SB_USER_TIMEOUT to match the se…
Browse files Browse the repository at this point in the history
…rver settings
  • Loading branch information
Scott Lewis authored and lewiscot committed Apr 1, 2012
1 parent d772175 commit a5e17e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skyblue/config/server.consts.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
# a login is timed out. A timeout of 0 means, the login never expires.
# ###################################################################################

sb_conf('SB_ADMIN_TIMEOUT', 30*60);
sb_conf('SB_USER_TIMEOUT', 24*60*60);
sb_conf('SB_ADMIN_TIMEOUT', 86400);
sb_conf('SB_USER_TIMEOUT', 86400);

# ###################################################################################
# SB_DIALOG_TIMEOUT sets the number of microseconds a dialog is displayed before
Expand Down

0 comments on commit a5e17e8

Please sign in to comment.