minor adjustments

This commit is contained in:
Paddy Xu
2017-07-24 22:43:59 +03:00
parent f627011802
commit 3df710e1fc
3 changed files with 8 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ namespace QuickLook.Plugin.CsvViewer
public void LoadFile(string path)
{
const int limit = 100000;
const int limit = 10000;
var binded = false;
using (var sr = new StreamReader(path))