Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected void onCreate(Bundle savedInstanceState) {
.findFirst()
.get();

int numIter = intent.getIntExtra("num_iter", 50);
int numIter = intent.getIntExtra("num_iter", 2000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly when I tried locally I see 100 is already stable :p


// TODO: Format the string with a parsable format
Stats stats = new Stats();
Expand Down
Loading