소스 검색

Merge pull request #132 from iftahbe/master

ISSUE-131 fix mistake with request max memory
tags/v1.0.0
Andrea Spacca 5 년 전
committed by GitHub
부모
커밋
b347a4d998
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      server/server.go

+ 1
- 1
server/server.go 파일 보기

@@ -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)



불러오는 중...
취소
저장