Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/Crystal/amber/config/application.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down