Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Drop meta refresh for OKU circ (#161)
Browse files Browse the repository at this point in the history
Thinking this may be responsible for the ridiculous rate of H27 [1]
errors in Heroku since deploying the test instance meant for debugging
network routing between LibServices and Voyager DB.

[1] https://devcenter.heroku.com/articles/error-codes#h27-client-request-interrupted
  • Loading branch information
cappadona authored Nov 26, 2019
1 parent fe6312e commit 11a3d70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/oku/_location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export default {
link: [
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Lato:300,400,700' },
{ rel: 'stylesheet', href: 'https://unpkg.com/[email protected]/css/font-awesome.min.css' }
],
meta: [
{ 'http-equiv': 'refresh', content: '300' }
]
}
},
Expand Down

0 comments on commit 11a3d70

Please sign in to comment.