mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
sbs: change timeout to 10s
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user