1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

rpc: increase the max number of outs one can request

It's getting hit too easily
This commit is contained in:
moneromooo-monero 2017-11-23 19:15:45 +00:00
parent 49ce59462a
commit 009eed17f1
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -49,7 +49,7 @@ using namespace epee;
#define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc"
#define MAX_RESTRICTED_FAKE_OUTS_COUNT 40
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 500
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 5000
namespace
{