diff --git a/src/platform/qt/MemorySearch.h b/src/platform/qt/MemorySearch.h index 28b5a2572..48aea748b 100644 --- a/src/platform/qt/MemorySearch.h +++ b/src/platform/qt/MemorySearch.h @@ -19,7 +19,7 @@ class MemorySearch : public QWidget { Q_OBJECT public: - static constexpr size_t LIMIT = 10000; + static constexpr size_t LIMIT = 0; MemorySearch(std::shared_ptr controller, QWidget* parent = nullptr); ~MemorySearch();