Explorar el Código

fix mistake with request max memory

tags/v1.0.0
iftahbe hace 5 años
padre
commit
9d0781fa16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      server/server.go

+ 1
- 1
server/server.go Ver fichero

@@ -59,7 +59,7 @@ import (
const SERVER_INFO = "transfer.sh"

// parse request with maximum memory of _24Kilobits
const _24K = (1 << 20) * 24
const _24K = (1 << 10) * 24

type OptionFn func(*Server)



Cargando…
Cancelar
Guardar