mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +01:00
Revert max_iterations
This commit is contained in:
@@ -43,7 +43,7 @@ mod tests {
|
||||
let conn = tmp_db.connect_limbo();
|
||||
|
||||
let list_query = "SELECT * FROM test";
|
||||
let max_iterations = 1000;
|
||||
let max_iterations = 10000;
|
||||
for i in 0..max_iterations {
|
||||
if (i % 100) == 0 {
|
||||
let progress = (i as f64 / max_iterations as f64) * 100.0;
|
||||
|
||||
Reference in New Issue
Block a user