In this case, requests for `login_api` and `network_broadcast_api` have a `TTL` of `-1`, which means requests with those namespaces are not cached, whereas `follow_api` request have a `TTL` of `10` seconds.
In this case, requests for `login_api` and `network_broadcast_api` have a `TTL` of `-1`, which means requests with those namespaces are not cached, whereas `follow_api` request have a `TTL` of `10` seconds.
...
@@ -177,7 +173,7 @@ Each `urls` key can have multiple endpoints for each namespace. For example:
...
@@ -177,7 +173,7 @@ Each `urls` key can have multiple endpoints for each namespace. For example:
```json
```json
{
{
"urls":[
"urls":[
["appbase","https://api.steemitdev.com"]
["appbase","http://anyx.io"]
]
]
}
}
```
```
...
@@ -187,9 +183,9 @@ Each `urls` key can have multiple endpoints for each namespace. For example:
...
@@ -187,9 +183,9 @@ Each `urls` key can have multiple endpoints for each namespace. For example: