Skip to content

Commit fdf3a69

Browse files
committed
disable caching
1 parent 124eb84 commit fdf3a69

4 files changed

Lines changed: 10 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Chuko
22

3+
Todo:
4+
- Cache dir
5+
- Search subscriptions
6+
37
To start your Phoenix server:
48

59
* Install dependencies with `mix deps.get`
@@ -9,11 +13,3 @@ To start your Phoenix server:
913
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
1014

1115
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
12-
13-
## Learn more
14-
15-
* Official website: https://www.phoenixframework.org/
16-
* Guides: https://hexdocs.pm/phoenix/overview.html
17-
* Docs: https://hexdocs.pm/phoenix
18-
* Forum: https://elixirforum.com/c/phoenix-forum
19-
* Source: https://github.com/phoenixframework/phoenix

lib/chuko/api/anibis.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule Chuko.Api.Anibis do
2222
headers: [
2323
user_agent: Chuko.AgentUser.get()
2424
],
25-
max_retries: 2,
26-
cache: true
25+
max_retries: 2
26+
# cache: true
2727
]
2828

2929
amount =

lib/chuko/api/ricardo.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ defmodule Chuko.Api.Ricardo do
1616
headers: [
1717
user_agent: Chuko.AgentUser.get()
1818
],
19-
max_retries: 2,
20-
cache: true
19+
max_retries: 2
20+
# cache: true
2121
]
2222

2323
amount =

lib/chuko/api/tutti_gql.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ defmodule Chuko.Api.TuttiGql do
287287
# let's see how long this works
288288
"x-tutti-client-identifier": "web/1337.69+please-dont-block-me-uwu"
289289
],
290-
max_retries: 2,
291-
cache: true
290+
max_retries: 2
291+
# cache: true
292292
]
293293

294294
# could be optimized by using the body

0 commit comments

Comments
 (0)