mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
decided to use polling and a database trigger to maintain consistentency of last group post for database sync
- db reset done, you will lose your current gxs data git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6cbb3a65f8
commit
24839ee237
7 changed files with 92 additions and 39 deletions
|
@ -2227,7 +2227,7 @@ int RsServer::StartupRetroShare()
|
|||
std::string currGxsDir = RsInitConfig::configDir + "/GXS_phase2";
|
||||
|
||||
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
|
||||
currGxsDir += "_TESTNET5";
|
||||
currGxsDir += "_TESTNET6";
|
||||
#endif
|
||||
|
||||
bool cleanUpGxsDir = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue