We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59488a3 commit 28250c1Copy full SHA for 28250c1
tests/m1_demo_test.cpp
@@ -11,7 +11,7 @@ class Demo : public Application {
11
Key main = Key("main", 0);
12
Key verify = Key("verif", 0);
13
Key check = Key("ck", 0);
14
- size_t SZ = 100 * 1000;
+ size_t SZ = 10 * 1000;
15
16
Demo(NetworkIfc& net) : Application(net) {}
17
0 commit comments