chore: se deshabilita refrescador live (problemas concurrencia)

This commit is contained in:
2023-08-11 19:39:23 -05:00
parent 54b9a61305
commit cf207447e2

View File

@@ -1,2 +1 @@
trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done
monitor: python3 $SCRIPT_DIR/dev.py
trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done