diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-01-19 12:29:09 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-01-19 12:29:09 +0000 |
| commit | 3acaa40f05209e86d766a310cbb061e00d3db052 (patch) | |
| tree | 357f850359eca460594dd7729402ea994df81da0 | |
| parent | 4697704570a2dde0c09bebb0aeeae1f8cabd2f3f (diff) | |
| download | rabbitmq-server-git-3acaa40f05209e86d766a310cbb061e00d3db052.tar.gz | |
Language tweak for mnesia_sync justification
| -rw-r--r-- | src/mnesia_sync.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mnesia_sync.erl b/src/mnesia_sync.erl index 901155a8ee..b77376af12 100644 --- a/src/mnesia_sync.erl +++ b/src/mnesia_sync.erl @@ -18,8 +18,8 @@ %% mnesia:sync_transaction/3 fails to guarantee that the log is flushed to disk %% at commit. This module is an attempt to minimise the risk of data loss by -%% performing a coalesced log fsync, regardless of whether or not the log was -%% appended to. +%% performing a coalesced log fsync. Unfortunately this is performed regardless +%% of whether or not the log was appended to. -behaviour(gen_server). |
