Merge branch 'js/trace2-discard-event-docfix'

Docfix.

* js/trace2-discard-event-docfix:
  docs: fix api-trace2 doc for "too_many_files" event
maint
Junio C Hamano 2021-07-08 13:14:57 -07:00
commit 9c7a1fc9b6
1 changed files with 2 additions and 2 deletions

View File

@ -396,14 +396,14 @@ only present on the "start" and "atexit" events.
} }
------------ ------------


`"discard"`:: `"too_many_files"`::
This event is written to the git-trace2-discard sentinel file if there This event is written to the git-trace2-discard sentinel file if there
are too many files in the target trace directory (see the are too many files in the target trace directory (see the
trace2.maxFiles config option). trace2.maxFiles config option).
+ +
------------ ------------
{ {
"event":"discard", "event":"too_many_files",
... ...
} }
------------ ------------