mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-28 21:02:45 +00:00
reduce mock data delay for testing
This commit is contained in:
parent
f59a26cb80
commit
865f1f2ea6
@ -60,7 +60,7 @@ import { FolderListComponent } from './lists/folder-list/folder-list.component';
|
|||||||
}),
|
}),
|
||||||
environment.production ?
|
environment.production ?
|
||||||
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService,
|
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService,
|
||||||
{ dataEncapsulation: false, delay: 200 }),
|
{ dataEncapsulation: false, delay: 10 }),
|
||||||
],
|
],
|
||||||
providers: [httpInterceptorProviders],
|
providers: [httpInterceptorProviders],
|
||||||
bootstrap: [AppComponent]
|
bootstrap: [AppComponent]
|
||||||
|
Loading…
Reference in New Issue
Block a user