We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c5a77f + f834e10 commit 19f97fcCopy full SHA for 19f97fc
src/rgw/driver/rados/rgw_d3n_datacache.cc
@@ -103,7 +103,7 @@ void D3nDataCache::init(CephContext *_cct) {
103
struct aioinit ainit{0};
104
ainit.aio_threads = cct->_conf.get_val<int64_t>("rgw_d3n_libaio_aio_threads");
105
ainit.aio_num = cct->_conf.get_val<int64_t>("rgw_d3n_libaio_aio_num");
106
- ainit.aio_idle_time = 120;
+ ainit.aio_idle_time = 10;
107
aio_init(&ainit);
108
#endif
109
}
0 commit comments