Skip to content

Commit

Permalink
make sure the image in the marketplace works, how it works should act…
Browse files Browse the repository at this point in the history
…ually not appear under settings
  • Loading branch information
tsteur committed Jan 6, 2015
1 parent 3dbc897 commit c60dbe2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ of requests is queued. By default we will check whether enough requests are queu
and start processing them right after sending a response to the browser to make sure a user won't have to wait until
the queue has finished to process all requests. Have a look at this graph to see how it works:

![How it works](screenshots/How_it_works.png)
![How it works](https://raw.githubusercontent.com/piwik/plugin-QueuedTracking/master/docs/How_it_works.png)

__I do not want to process queued requests within a tracking request, what shall I do?__

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QueuedTracking",
"version": "0.1.0",
"version": "0.1.1",
"description": "Queue",
"theme": false,
"keywords": ["tracker", "tracking", "queue", "redis"],
Expand Down

0 comments on commit c60dbe2

Please sign in to comment.