Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commitstyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ When writing a body, the blank line between the title and the body is required a
The footer is used to reference issue tracker IDs.

For example:
Fixes #123
Fixes #1234

***
2 changes: 1 addition & 1 deletion lib/models/power_source_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class PowerSourceConfig {
final bool includeLocationData;

const PowerSourceConfig({
this.loggingInterval = 1000,
this.loggingInterval = 100,
this.includeLocationData = true,
});

Expand Down
Loading