File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Chuko
22
3+ Todo:
4+ - Cache dir
5+ - Search subscriptions
6+
37To start your Phoenix server:
48
59 * Install dependencies with ` mix deps.get `
@@ -9,11 +13,3 @@ To start your Phoenix server:
913Now you can visit [ ` localhost:4000 ` ] ( http://localhost:4000 ) from your browser.
1014
1115Ready 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
Original file line number Diff line number Diff 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 =
Original file line number Diff line number Diff 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 =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments