Commit ada2f71a authored by marko's avatar marko

branches/zip: Reduce WAIT_FOR_READ from 20 to 5 milliseconds, to correspond

to the time in which modern disks can serve a random disk read.
parent 021fea8f
......@@ -203,7 +203,7 @@ the read requests for the whole area.
*/
/* Value in microseconds */
static const int WAIT_FOR_READ = 20000;
static const int WAIT_FOR_READ = 5000;
buf_pool_t* buf_pool = NULL; /* The buffer buf_pool of the database */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment