go-judge/cmd/executorshell/shell_other.go
criyle 78bb4d85de filestore: use /dev/shm instead of memory as file storage
- increase default tmpfs size to 128M
- add /config to get file store path
- remove memory only file store

close #20
2021-09-19 15:47:24 -07:00

10 lines
149 B
Go

//go:build !linux
// +build !linux
package main
import "github.com/criyle/go-judge/pb"
func handleSizeChange(sendCh chan<- *pb.StreamRequest) {
}