Skip to content

Commit 3fb313d

Browse files
authored
Merge pull request #12102 from github/repo-sync
repo sync
2 parents dacd766 + 815b498 commit 3fb313d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/excluded-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export default [
1919
'https://en.liberapay.com/',
2020
'https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb',
2121
'https://www.vmware.com/products/esxi-and-esx.html',
22+
'https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5'
2223
]

lib/warm-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async function warmServer() {
3232
const redirects = await dog.loadRedirects(pageList)
3333

3434
statsd.gauge('num_redirects', Object.keys(redirects).length)
35+
statsd.gauge('num_page_map', Object.keys(pageMap).length)
3536
statsd.gauge('num_page_list', Object.keys(pageList).length)
3637

3738
if (process.env.NODE_ENV !== 'test') {

0 commit comments

Comments
 (0)