Skip to content

Commit

Permalink
set ttr to craft default 300 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens authored Sep 2, 2024
2 parents 9930767 + abc7b19 commit ef119b3
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

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

## 4.1.0 - 2024-03-08
### Added
- Added multisite support ([#3](https://github.com/statikbe/craft-carbon-tracker/issues/3))
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": "4.1.0",
"version": "4.1.1",
"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 ef119b3

Please sign in to comment.