Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2022
1 parent d192b5f commit aeafcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pending_state_log = StateLog.pending_objects.get_for_object(article)

### Debugging with `django_fsm_log.backends.CachedBackend` enabled

The `settings.DJANGO_FSM_LOG_CACHE_TIMOUT` parameter can be used to configure the cache timeout.
The `settings.DJANGO_FSM_LOG_CACHE_TIMOUT` parameter can be used to configure the cache timeout.
This can be usefull to avoid cache error when debugging transitions.

The default value is `10` seconds.
Expand Down

1 comment on commit aeafcb4

@frague59
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Please sign in to comment.