refs #4550 deleted excluded printers
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2022-11-22 08:57:37 +01:00
parent c26b1f1ee9
commit 4aacee1133
3 changed files with 0 additions and 14 deletions

View File

@ -28,13 +28,6 @@ db:
salix:
url: http://localhost:3000
user: user
password: password
# Excluded printers
printers:
- labeler43
- labeler45
- labeler46
- labeler48
reconnectTimeout: 30
refreshRate: 1000
```

View File

@ -9,11 +9,5 @@ salix:
url: http://localhost:3000
user: user
password: password
# Excluded printers
printers:
- labeler43
- labeler45
- labeler46
- labeler48
reconnectTimeout: 30
refreshRate: 1000

View File

@ -11,6 +11,5 @@ SELECT pq.id,
WHERE r.name = ?
AND pq.statusCode = 'queued'
AND NOT r.method IS NULL
AND NOT p.name IN (?)
ORDER BY pq.priorityFk ASC
LIMIT 1