Feature: Timeout-Einstellung und asynchrone DB-Abfrage mit Abbrechen-Dialog
DB-Abfragen laufen nun in einem Hintergrund-Thread mit QProgressDialog, sodass die UI nicht mehr einfriert. connect_timeout wird als konfigurierbarer Parameter (1-300s, Standard: 10) im Connection-String übergeben. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,7 @@ class PostgreSqlDb(BaseModel):
|
||||
username: str
|
||||
password: str
|
||||
ssl_mode: SSLMode = SSLMode.PREFER
|
||||
timeout: int = 10
|
||||
|
||||
|
||||
class Project(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user