mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Turn off logging in incremental saving
This commit is contained in:
parent
02f16e90b6
commit
4a55fff3b9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Our history format is intended to be valid YAML. Here it is:
|
||||||
#define SAVE_COUNT 5
|
#define SAVE_COUNT 5
|
||||||
|
|
||||||
/** Whether we print timing information */
|
/** Whether we print timing information */
|
||||||
#define LOG_TIMES 1
|
#define LOG_TIMES 0
|
||||||
|
|
||||||
class time_profiler_t
|
class time_profiler_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue