Skip to content

Commit

Permalink
3 Times not 10 - oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 23, 2024
1 parent 9c22c5c commit 031af82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_umami/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def track(self, event: UmamiEventData | str, event_data=None):
django_umami.core.umami.options.set_host_url("https://example.com")
django_umami.core.umami.options.set_website_id("123456")
django_umami.core.umami.options.create_session() # This allows requests to be bundled in one session allowing for up to 10x faster requests
django_umami.core.umami.options.create_session() # This allows requests to be bundled in one session allowing for up to ~3x faster requests
@django_umami.decorators.track("someone went to django view!")
def django_view(request):
Expand Down

0 comments on commit 031af82

Please sign in to comment.