Skip to content

Commit

Permalink
Merge pull request #171 from redBorder/development
Browse files Browse the repository at this point in the history
Increase timeout for sync minio cluster
  • Loading branch information
malvads authored Sep 25, 2024
2 parents b603a7d + 3a6a68d commit 1f0222a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.11.1
4 changes: 2 additions & 2 deletions resources/scripts/rb_sync_minio_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def self.cluster_leader

# Module for making HTTP requests
module HTTP
HTTP_OPEN_TIMEOUT = 900
HTTP_READ_TIMEOUT = 900
HTTP_OPEN_TIMEOUT = 8600
HTTP_READ_TIMEOUT = 8600
# Sends an HTTP request.
#
# @param url [String] The URL to request.
Expand Down

0 comments on commit 1f0222a

Please sign in to comment.