Skip to content

Commit

Permalink
Fix ttr on queued job + update changelog & version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens authored Sep 2, 2024
2 parents 3478942 + 2bf1397 commit 973ba8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for carbon-tracker

## 5.0.2 - 2024-09-02
### Added
- Fixed ttr on queue job

## 5.0.1 - 2024-04-10
### Fixed
- Fixed an installation error when using PostgreSQL ([#8](https://github.com/statikbe/craft-carbon-tracker/issues/8))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "statikbe/craft-carbon-tracker",
"description": "Carbon tracker aims to raise awareness of the carbon emissions created by webpages, by displaying these insights along side the content in Craft's control panel.",
"type": "craft-plugin",
"version": "5.0.1",
"version": "5.0.2",
"license": "mit",
"support": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/CarbonTracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function(ModelEvent $event) {
'entryId' => $entry->id,
'siteId' => $entry->siteId,
'title' => $entry->title,
]), 2000, 0, 1);
]), 2000, 0, 300);
}
});

Expand Down

0 comments on commit 973ba8b

Please sign in to comment.