From: Adam Dickmeiss Date: Thu, 2 Aug 2012 12:11:16 +0000 (+0200) Subject: session_shared: don't reset timestap for query match X-Git-Tag: v1.3.39~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=73da32be92051bafbbd89cb2d0b0234ec149aa9c;p=metaproxy-moved-to-github.git session_shared: don't reset timestap for query match If an existing result set is found matching the current query, the timestamp for "last use of set" is no longer reset. --- diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 736ae69..cccaee8 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -667,7 +667,6 @@ restart: found_set = *set_it; found_backend = *it; bc->use_backend(found_backend); - found_set->timestamp(); // found matching set. No need to search again return; }