mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps/shared/interval] Decrease the max number of elements
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
void reset();
|
||||
void clear();
|
||||
// TODO: decide the max number of elements after optimization
|
||||
constexpr static int k_maxNumberOfElements = 100;
|
||||
constexpr static int k_maxNumberOfElements = 50;
|
||||
private:
|
||||
void computeElements();
|
||||
int m_numberOfElements;
|
||||
|
||||
Reference in New Issue
Block a user