mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-22 03:00:14 +08: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