core-lightning/plugins/renepay/renepayconfig.h
Lagrang3 2664faea38 renepay: put global variables into renepayconfig.h
Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
2024-05-23 15:15:57 -05:00

14 lines
433 B
C

#ifndef LIGHTNING_PLUGINS_RENEPAY_RENEPAYCONFIG_H
#define LIGHTNING_PLUGINS_RENEPAY_RENEPAYCONFIG_H
#include "config.h"
#define MAX_NUM_ATTEMPTS 10
/* Knowledge is proportionally decreased with time up to TIMER_FORGET_SEC when
* we forget everything. */
#define TIMER_FORGET_SEC 3600
/* Time lapse used to wait for failed sendpays. */
#define COLLECTOR_TIME_WINDOW_MSEC 50
#endif /* LIGHTNING_PLUGINS_RENEPAY_RENEPAYCONFIG_H */