diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-10-21 21:15:58 -0600 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-10-21 21:15:58 -0600 |
| commit | b0953f07779a4fc6fdfe650a872c4e39251db3ee (patch) | |
| tree | 2831514760005b3b0ad2acc8dc0b579e875d49bf /instances.json | |
| parent | cf8dfc5a85a7d655fef36ce735472a16635d8b7a (diff) | |
| download | farside-b0953f07779a4fc6fdfe650a872c4e39251db3ee.tar.gz | |
Validate status code for all service instances
Updated to filter out all instances that either time out (I believe
default timeout for HTTPoison is 5s) or return a non-200 status code.
Diffstat (limited to 'instances.json')
| -rw-r--r-- | instances.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instances.json b/instances.json index 9196b62..081a890 100644 --- a/instances.json +++ b/instances.json @@ -9,10 +9,10 @@ }, { "instance_type": "instagram", - "instance_test": "", + "instance_test": "/taylorswift", "instance_list": [ "https://bibliogram.art/u", - "https://bibliiogram.snopyta.org" + "https://bibliogram.snopyta.org/u" ] } ] |
