Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/array-rehash.php')
-rw-r--r--tests/array-rehash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/array-rehash.php b/tests/array-rehash.php
index b7ea7a84..590085e6 100644
--- a/tests/array-rehash.php
+++ b/tests/array-rehash.php
@@ -19,7 +19,7 @@ function report_info($ra) {
}
}
-$n = 10000;
+$n = 10;
$data = array();
for($i = 0; $i < $n; $i++) {
$tmp = $i; //rand();