mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
change timers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1779 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
95888fed59
commit
4295eee208
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
|
||||
const uint32_t MAX_IP_STORE = 20; /* seconds ip address timeout */
|
||||
const uint32_t MAX_IP_STORE = 300; /* seconds ip address timeout */
|
||||
|
||||
static const std::string ADDR_AGENT = "Mozilla/5.0";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue