Skip to content

Commit dc3acd2

Browse files
fix: enable model preloading by default
1 parent c3f158f commit dc3acd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ SECRET_KEY=secret
22
DEBUG=True
33
MODEL_PATH={{cookiecutter.machine_learn_model_path}}
44
MODEL_NAME={{cookiecutter.machine_learn_model_name}}
5-
MEMOIZATION_FLAG=False
5+
MEMOIZATION_FLAG=True
66
DATABASE_URL=postgresql://postgres:postgres@db:5432/app

0 commit comments

Comments
 (0)