aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormonero-project <sempre.amaro@gmail.com>2014-06-15 14:01:00 -0400
committermonero-project <sempre.amaro@gmail.com>2014-06-15 14:01:00 -0400
commit88fe57fd8b1ea13a0e134c1c07595414a0dd1ecb (patch)
tree314428685a9d8b6ce6471761c7775dc93cb19073 /src/cryptonote_config.h
parentadded checkpoint @ 80000 (diff)
parentproper tx_pool handling from CryptoZoidberg / BBR (diff)
downloadmonero-88fe57fd8b1ea13a0e134c1c07595414a0dd1ecb.tar.xz
Merge pull request #41 from fluffypony/master
proper tx_pool handling from CryptoZoidberg / BBR
Diffstat (limited to '')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index a992a9db0..295f59e51 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -51,6 +51,8 @@
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 200 //by default, blocks count in blocks downloading
#define CRYPTONOTE_PROTOCOL_HOP_RELAX_COUNT 3 //value of hop, after which we use only announce of new block
+#define CRYPTONOTE_MEMPOOL_TX_LIVETIME 86400 //seconds, one day
+#define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 //seconds, one week
#define P2P_DEFAULT_PORT 18080
#define RPC_DEFAULT_PORT 18081