diff options
-rw-r--r-- | core/storagemanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua index 49191666..e5f48752 100644 --- a/core/storagemanager.lua +++ b/core/storagemanager.lua @@ -32,7 +32,7 @@ local null_storage_driver = setmetatable( } ); -local async_check = config.get("*", "storage_async_check") ~= false; +local async_check = config.get("*", "storage_async_check") == true; local stores_available = multitable.new(); |