Skip to content

Commit 19f97fc

Browse files
authored
Merge pull request ceph#52249 from mkogan1/wip-t61661-d3n-valg
rgw: d3n: fix valgrind reported leak related to libaio ops
2 parents 0c5a77f + f834e10 commit 19f97fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/driver/rados/rgw_d3n_datacache.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void D3nDataCache::init(CephContext *_cct) {
103103
struct aioinit ainit{0};
104104
ainit.aio_threads = cct->_conf.get_val<int64_t>("rgw_d3n_libaio_aio_threads");
105105
ainit.aio_num = cct->_conf.get_val<int64_t>("rgw_d3n_libaio_aio_num");
106-
ainit.aio_idle_time = 120;
106+
ainit.aio_idle_time = 10;
107107
aio_init(&ainit);
108108
#endif
109109
}

0 commit comments

Comments
 (0)