mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-28 04:55:53 +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 ?
|
||||
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService,
|
||||
{ dataEncapsulation: false, delay: 200 }),
|
||||
{ dataEncapsulation: false, delay: 10 }),
|
||||
],
|
||||
providers: [httpInterceptorProviders],
|
||||
bootstrap: [AppComponent]
|
||||
|
Loading…
Reference in New Issue
Block a user