mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Justifying the default pause time.
Copied from Perforce Change: 190049 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
88a8485224
commit
069dbc4e97
1 changed files with 3 additions and 1 deletions
|
|
@ -412,7 +412,9 @@
|
|||
#define ARENA_DEFAULT_SPARE_COMMIT_LIMIT ((Size)10uL*1024uL*1024uL)
|
||||
|
||||
/* ARENA_DEFAULT_PAUSE_TIME is the maximum time (in seconds) that
|
||||
* operations within the arena may pause the mutator for. */
|
||||
* operations within the arena may pause the mutator for. The default
|
||||
* is set for typical human interaction. See mps_arena_pause_time_set
|
||||
* in the manual. */
|
||||
|
||||
#define ARENA_DEFAULT_PAUSE_TIME (0.1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue