Skip to content

Commit 3a573f0

Browse files
chore: made max nails be low for testing
1 parent 0349060 commit 3a573f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

string-art-website/src/features/3RenderImage/components/StringArtConfig/StringArtConfigSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const minMaxVals: Record<
1515
min_improvement_score: [0, 100, 1],
1616
negative_space_penalty: [0, 100, 1],
1717
negative_space_threshold: [0, 100, 1],
18-
num_nails: [360, 1440, 360 / 4],
18+
num_nails: [74, 1440, 20],
1919
progress_frequency: [200, 500, 50],
2020
};
2121

0 commit comments

Comments
 (0)