diff options
-rw-r--r-- | Source/TableContent.m | 2 | ||||
-rw-r--r-- | Source/TableDocument.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 36eaa2e2..2dc18727 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1418,7 +1418,7 @@ } if (rowsProcessed > nextTableDisplayBoundary) { - [tableContentView reloadData]; + [tableContentView noteNumberOfRowsChanged]; nextTableDisplayBoundary *= 3; } } diff --git a/Source/TableDocument.m b/Source/TableDocument.m index cec12d09..2d972e60 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -97,7 +97,7 @@ taskDisplayIsIndeterminate = YES; taskDisplayLastValue = 0; taskProgressValue = 0; - taskProgressValueDisplayInterval = 5; + taskProgressValueDisplayInterval = 1; taskDrawTimer = nil; keyChainID = nil; |