Browse Source

Fix amber verification (#8276)

ecruz-te 2 years ago
parent
commit
aea7a68a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Crystal/amber/config/application.cr

+ 1 - 1
frameworks/Crystal/amber/config/application.cr

@@ -27,7 +27,7 @@ Amber::Server.configure do |settings|
   #
   # > Read more about Linux PORT REUSE https://lwn.net/Articles/542629/
   #
-  settings.port_reuse = true
+  settings.port_reuse = false
   #
   #
   # Process Count: This will enable Amber to be used in cluster mode,