Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanic authored Apr 5, 2023
1 parent 1af2095 commit d55210c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
VERSION: "1.1.0",
VERSION: "1.1.6",
DATA_DIR: "data",
PROJECTS_DIR: "projects",
RENDERS_DIR: "renders",
Expand All @@ -8,4 +8,4 @@ export default {
TASK_WAIT_TIME: 1000 * 60, // one minute
MAX_PROJ_ERRORS: 15, // maximum errors that can occur from a project before ditching it,
WORKER_LOG_NEWLINE_LENGTH: 50 // remember the previous 50 lines of the log per worker
}
}

0 comments on commit d55210c

Please sign in to comment.