Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Feb 29, 2024
1 parent 76f32df commit 4632eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const (
// Cache size limit & handling.
MaxCacheSize = 10
BinariesToDelete = 5
// TMPDIR is the directory for storing temporary files.
TEMP_DIR = "/tmp/bigdl_cached" // TODO: Don't hardcode this value.
TEMP_DIR = "/tmp/bigdl_cached"
)

func printHelp() {
Expand Down

0 comments on commit 4632eb1

Please sign in to comment.