1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

Update DONATIONS.md summary

This commit is contained in:
Gerasimos Maropoulos
2016-09-29 20:17:42 +03:00
parent f4b4dd0275
commit c2144a83c6
5 changed files with 23 additions and 22 deletions

View File

@@ -499,14 +499,13 @@ const (
//
// Default buffer size is 8MB
DefaultWriteBufferSize = 8096
// DefaultServerName the response header of the 'Server' value when writes to the client
DefaultServerName = "iris"
)
var (
// DefaultLoggerOut is the default logger's output
DefaultLoggerOut = os.Stdout
// DefaultServerName the response header of the 'Server' value when writes to the client
DefaultServerName = ""
)
// DefaultConfiguration returns the default configuration for an Iris station, fills the main Configuration