avoid unwanted wait in in p3IdService (thx to jolavillette for finding this)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-15 12:34:48 +00:00
parent a4e72da526
commit dd25e5dc31

View File

@ -708,7 +708,7 @@ bool p3IdService::validateData(const uint8_t *data,uint32_t data_size,const RsTl
#ifdef DEBUG_IDS
std::cerr << " Cannot get key. Waiting for caching. try " << i << "/6" << std::endl;
#endif
usleep(500 * 1000) ; // sleep for 500 msec.
if(force_load) usleep(500 * 1000) ; // sleep for 500 msec.
}
else
break ;