aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-31 21:53:34 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-02-01 22:48:52 +0000
commit3b4e6b35b36bef8c70f9c1ee0443096b422e9170 (patch)
tree05a402d02728bd278ffe495fe366f6d04dad5a9f /src/cryptonote_config.h
parentMerge pull request #3188 (diff)
downloadmonero-3b4e6b35b36bef8c70f9c1ee0443096b422e9170.tar.xz
txpool: increase unmined tx expiry to three days
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 0ece65028..1e5dc6f4f 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -92,7 +92,7 @@
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT_PRE_V4 100 //by default, blocks count in blocks downloading
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 20 //by default, blocks count in blocks downloading
-#define CRYPTONOTE_MEMPOOL_TX_LIVETIME 86400 //seconds, one day
+#define CRYPTONOTE_MEMPOOL_TX_LIVETIME (86400*3) //seconds, three days
#define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 //seconds, one week
#define COMMAND_RPC_GET_BLOCKS_FAST_MAX_COUNT 1000