Decrease max WRITE SAME length for better latencies

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5562 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-06-04 01:54:21 +00:00
parent 0815ef529b
commit 4d735aaf77

View File

@@ -2089,7 +2089,7 @@ assign:
dev->threads_num = handler->threads_num;
dev->threads_pool_type = handler->threads_pool_type;
dev->max_write_same_len = 512 * 1024 * 1024; /* 512 MB */
dev->max_write_same_len = 256 * 1024 * 1024; /* 256 MB */
if (handler->attach) {
TRACE_DBG("Calling new dev handler's attach(%p)", dev);