소스 검색

Fix amber verification (#8276)

ecruz-te 2 년 전
부모
커밋
aea7a68a31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/
   # > 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,
   # Process Count: This will enable Amber to be used in cluster mode,