File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Postgresql < UrlScraper
1717 options [ :title ] = false
1818 options [ :root_title ] = 'PostgreSQL'
1919 options [ :follow_links ] = -> ( filter ) { filter . initial_page? }
20+ options [ :rate_limit ] = 200
2021
2122 options [ :skip ] = %w(
2223 index.html
@@ -51,12 +52,12 @@ class Postgresql < UrlScraper
5152 /\A unsupported-features/ ]
5253
5354 options [ :attribution ] = <<-HTML
54- © 1996–2024 The PostgreSQL Global Development Group< br >
55+ © 1996–2025 The PostgreSQL Global Development Group< br >
5556 Licensed under the PostgreSQL License.
5657 HTML
5758
5859 version '17' do
59- self . release = '17.1 '
60+ self . release = '17.5 '
6061 self . base_url = "https://www.postgresql.org/docs/#{ version } /"
6162 end
6263
You can’t perform that action at this time.
0 commit comments