diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index a50eaa0a560..510d4671183 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1138,7 +1138,7 @@ allocate_string () | |||
| 1138 | consing_since_gc += sizeof *s; | 1138 | consing_since_gc += sizeof *s; |
| 1139 | 1139 | ||
| 1140 | #ifdef GC_CHECK_STRING_BYTES | 1140 | #ifdef GC_CHECK_STRING_BYTES |
| 1141 | if (++check_string_bytes_count == 10) | 1141 | if (!noninteractive && ++check_string_bytes_count == 50) |
| 1142 | { | 1142 | { |
| 1143 | check_string_bytes_count = 0; | 1143 | check_string_bytes_count = 0; |
| 1144 | check_string_bytes (); | 1144 | check_string_bytes (); |