Skip to content

Commit

Permalink
Update lib/src/configuration.dart
Browse files Browse the repository at this point in the history
Co-authored-by: blagoev <lubo@blagoev.com>
  • Loading branch information
desistefanova and blagoev committed Apr 12, 2022
1 parent 4e4897e commit c727728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Configuration {
// - [totalSize] - The total file size (data + free space)
// - usedSize - The total bytes used by data in the file.
// It returns true to indicate that an attempt to compact the file should be made.
// The compaction will be skipped if another process is accessing it.
// The compaction will be skipped if another process is currently accessing the realm file.
final Function(int totalSize, int usedSize)? shouldCompactCallback;
}

Expand Down

0 comments on commit c727728

Please sign in to comment.