aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-24 00:00:00 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-24 00:00:00 +0200
commit1d6fa60b3c60d068d12b19f10f5ad73e836b5a70 (patch)
treea30afce205084ddccb2a3ca717b8458b48b02e4a /Makefile
parentcff5600c8abebd1ce988b2185c07e998c4a1d483 (diff)
downloadlens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.tar.gz
lens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.tar.bz2
lens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.zip
feat: Add scheduler again
Since I have fixed the issue with the `SIGTINT` hanging the application I can readd the scheduler once more. Also move the param for amount of scheduler work.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5731808..85f22dd 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,7 @@ build:
run: sass
$(GO_RUN) $(SERVER) \
- --db-type psql \
- --db-con "host=localhost user=gabrielgio password=diablo123 dbname=img port=5432 sslmode=disable" \
- --log-level trace \
+ --log-level error \
--aes-key=6368616e676520746869732070617373 \
--root=${HOME}