Skip to content

Commit 28250c1

Browse files
committed
moved m1 back to 10,000
1 parent 59488a3 commit 28250c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/m1_demo_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Demo : public Application {
1111
Key main = Key("main", 0);
1212
Key verify = Key("verif", 0);
1313
Key check = Key("ck", 0);
14-
size_t SZ = 100 * 1000;
14+
size_t SZ = 10 * 1000;
1515

1616
Demo(NetworkIfc& net) : Application(net) {}
1717

0 commit comments

Comments
 (0)