From 5f8a07122b5cc9e110ff1354f9198f89b7c77b0b Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 11 Mar 2016 01:05:03 -0300 Subject: [PATCH] test --- iguana/iguana777.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iguana/iguana777.h b/iguana/iguana777.h index 610b96dba..1afbf603a 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -32,12 +32,12 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t #define IGUANA_WIDTH 1024 #define IGUANA_HEIGHT 200 -#define IGUANA_HEADPERCENTAGE 0. -#define IGUANA_TAILPERCENTAGE .95 +#define IGUANA_HEADPERCENTAGE .1 +#define IGUANA_TAILPERCENTAGE .9 #define IGUANA_MAXPENDHDRS 1 -#define _IGUANA_MAXPENDING 32 +#define _IGUANA_MAXPENDING 7 #define _IGUANA_MAXBUNDLES 8 -#define IGUANA_BUNDLELOOP 128 +#define IGUANA_BUNDLELOOP 7 #define IGUANA_RPCPORT 7778 #define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)