mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
forgot to change default storage and clean up period
- 1 month default message storage period - cleanup period every 5 minutes - suggest devs lower this to 5 minute store period and 1 minute cleanup period to test out. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6275 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d6328c8123
commit
84fe53b611
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "serialiser/rsnxsitems.h"
|
||||
#include "rsgxsutil.h"
|
||||
|
||||
#define DEFAULT_MSG_STORE_PERIOD 60*60*24 // 1 day
|
||||
#define DEFAULT_MSG_STORE_PERIOD 60*60*24*30 // 1 month
|
||||
|
||||
template<class GxsItem, typename Identity = std::string>
|
||||
class GxsPendingItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue