Skip to content

Commit c0dd27d

Browse files
author
Patrick Sachs
committed
Changed: Don't limit results
1 parent 012a707 commit c0dd27d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LiteDB.Studio/Classes/TaskData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace LiteDB.Studio
1111
{
1212
class TaskData
1313
{
14-
public const int RESULT_LIMIT = 1000;
14+
public const int RESULT_LIMIT = int.MaxValue;
1515

1616
public int Id { get; set; }
1717
public bool Executing { get; set; } = false;

LiteDB.Studio/Forms/MainForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)