mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
minor adjustments
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user