aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bc8c1f1..386af16 100644
--- a/src/main.c
+++ b/src/main.c
@@ -92,7 +92,7 @@ load_on_shape(
// D("shape: %zu floats, %zu ints", shape->num_floats, shape->num_ints);
// init set
- if (!km_set_init(set, shape, 100)) {
+ if (!km_set_init(set, shape, 1000)) {
die("km_set_init() failed");
}