Skip to content

Commit

Permalink
fix io bottleneck detector
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Mar 23, 2011
1 parent 1d83203 commit 1445d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/io.lua
Expand Up @@ -133,6 +133,6 @@ local function iterate()
return true
end

if ulatency.tree_loaded("io") then
if ulatency.tree_loaded("blkio") then
ulatency.add_timeout(iterate, 1000)
end

0 comments on commit 1445d96

Please sign in to comment.