sbs: change timeout to 10s

This commit is contained in:
Saleem Abdulrasool
2011-02-01 20:51:29 -08:00
parent 4a29415639
commit ba4bddc525

View File

@@ -96,7 +96,7 @@
/* module parameters */
static unsigned int cache_time = 1000;
static unsigned int cache_time = 10000;
module_param(cache_time, uint, 0644);
MODULE_PARM_DESC(cache_time, "cache time in milliseconds");