Ignore:
Timestamp:
Aug 12, 2015 12:22:54 AM (9 years ago)
Author:
anonymous
Message:

v2.2.0-3: Fixed auth password hashing verification issues. Updated hyperlinkTxt() with option. Updated tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Prefs.inc.php

    r526 r541  
    8787        'user_id' => null,
    8888
    89         // How long before we force a reload of the persistent prefs data? 3600 = once every hour.
    90         'load_timeout' => 3600,
     89        // How long before we force a reload of the persistent prefs data? 300 = every five minutes.
     90        'load_timeout' => 300,
    9191
    9292        // Name of database table to store prefs.
Note: See TracChangeset for help on using the changeset viewer.