mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Enhancement: optimize tasks / stats reload (#7402)
This commit is contained in:
@@ -50,6 +50,7 @@ export class TasksService {
|
||||
constructor(private http: HttpClient) {}
|
||||
|
||||
public reload() {
|
||||
if (this.loading) return
|
||||
this.loading = true
|
||||
|
||||
this.http
|
||||
|
Reference in New Issue
Block a user