Project

General

Profile

Enhancement #761 » 0001-Set-default-backlog_lines-0-fixes-Debian-bug-818374.patch

Loïc Gomez, 2022-03-16 19:25

View differences:

bip.conf.5
227 227
If you still want to do so, don't forget to \fB/BIP BLRESET\fP sometimes.
228 228

  
229 229
.TP
230
\fBbacklog_lines\fP (default: \fB10\fP)
230
\fBbacklog_lines\fP (default: \fB0\fP)
231 231
If set to 0, BIP will replay all the logs since last client disconnect. Else,
232 232
it'll replay exactly \fBbacklog_lines\fP lines on each channel and privates.
233 233
Be aware that BIP will replay \fBbacklog_lines\fP lines of all privates, even
src/defaults.h
19 19
#define DEFAULT_BACKLOG 1
20 20
#define DEFAULT_ALWAYS_BACKLOG 0
21 21
#define DEFAULT_BL_MSG_ONLY 0
22
#define DEFAULT_BACKLOG_LINES 10
22
#define DEFAULT_BACKLOG_LINES 0
23 23
#define DEFAULT_BACKLOG_TIMESTAMP BLTSTime
24 24
#define DEFAULT_BLRESET_ON_TALK 0
25 25
#define DEFAULT_BLRESET_CONNECTION 0
26
- 
    (1-1/1)