Commit 2fca572
committed
Bump the default REPL history size to 5000
History is cheap, and 500 entries is easy to blow through in a day of
REPL work. Also freshen cider-print-buffer-size's docstring, which
still described the pre-#4049 per-chunk font-locking behavior; its 4K
default stays - benchmarking chunk sizes against a live nREPL showed
no measurable difference between 4K and 16K, and a regression at 64K.1 parent e4a8868 commit 2fca572
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
495 | | - | |
| 493 | + | |
| 494 | + | |
496 | 495 | | |
497 | 496 | | |
498 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1775 | 1775 | | |
1776 | 1776 | | |
1777 | 1777 | | |
1778 | | - | |
| 1778 | + | |
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
| |||
0 commit comments