Skip to content

Commit

Permalink
another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Dec 18, 2023
1 parent 0845520 commit f457165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParquetViewer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private async void LoadFileToGridview()

loadTime = stopwatch.Elapsed;
IProgress<int> progress = null;
if (loadTime > TimeSpan.FromSeconds(5))
if (loadTime > TimeSpan.FromSeconds(4))
{
//Don't bother showing the indexing step if the data load was really fast because we know
//indexing will be instantaneous. It looks better this way in my opinion.
Expand Down

0 comments on commit f457165

Please sign in to comment.