Skip to content

Commit f55c168

Browse files
author
meister
committed
Print message less often
1 parent 414383f commit f55c168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gctools/snapshotSaveLoad.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ struct copy_progress {
16251625
uintptr_t _inc;
16261626
uintptr_t _next_progress_tic;
16271627
copy_progress(uintptr_t begin, uintptr_t size) : _begin(begin), _size(size) {
1628-
this->_inc = this->_size / 100;
1628+
this->_inc = this->_size / 10;
16291629
this->_next_progress_tic = this->_inc;
16301630
};
16311631

0 commit comments

Comments
 (0)