Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Updating memcache ... (http://www.bvlist.com/showthread.php?t=12367)

szaby 25th May 2021 19:30

Updating memcache ...
 
Hello!

Why should this be updated?
Detail from browse.php ...

PHP Code:

    $mc1->begin_transaction('MyUser_' $CURUSER['id']);
    
$mc1->update_row(false, array('last_browse' => TIME_NOW));
    
$mc1->commit_transaction($INSTALLER09['expires']['curuser']); // bittorrent.php -> userlogin();
    
    
    
    
$mc1->begin_transaction('user' $CURUSER['id']);
    
$mc1->update_row(false, array('last_browse' => TIME_NOW));
    
$mc1->commit_transaction($INSTALLER09['expires']['user_cache']); // userdetails.php  -> main query 

Why update the second part with your own ID? The first is not enough?


All times are GMT +2. The time now is 22:23.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.