summaryrefslogtreecommitdiff
path: root/plugins/http/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/http/handler.go')
-rw-r--r--plugins/http/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/handler.go b/plugins/http/handler.go
index 9c40cdfc..1c7f79e3 100644
--- a/plugins/http/handler.go
+++ b/plugins/http/handler.go
@@ -24,7 +24,7 @@ const (
)
// MB is 1024 bytes
-const MB = 1024 * 1024
+const MB uint64 = 1024 * 1024
// ErrorEvent represents singular http error event.
type ErrorEvent struct {