浏览代码

Update PostgreSQL documentation (17.5)

Simon Legner 6 月之前
父节点
当前提交
896f8e0a02
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lib/docs/scrapers/postgresql.rb

+ 3 - 2
lib/docs/scrapers/postgresql.rb

@@ -17,6 +17,7 @@ module Docs
     options[:title] = false
     options[:root_title] = 'PostgreSQL'
     options[:follow_links] = ->(filter) { filter.initial_page? }
+    options[:rate_limit] = 200
 
     options[:skip] = %w(
       index.html
@@ -51,12 +52,12 @@ module Docs
       /\Aunsupported-features/ ]
 
     options[:attribution] = <<-HTML
-      &copy; 1996&ndash;2024 The PostgreSQL Global Development Group<br>
+      &copy; 1996&ndash;2025 The PostgreSQL Global Development Group<br>
       Licensed under the PostgreSQL License.
     HTML
 
     version '17' do
-      self.release = '17.1'
+      self.release = '17.5'
       self.base_url = "https://www.postgresql.org/docs/#{version}/"
     end