diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-04 11:46:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-04 15:45:44 +0200 |
commit | 8e08d415f9473b6b72fef698729453e726da16e7 (patch) | |
tree | b03d004eb216fb5e410619aa85ddf57539be47f9 /client/src/app/app-routing.module.ts | |
parent | 584ac47a323d6e57233fce4451d43d4943bfaa10 (diff) | |
download | PeerTube-8e08d415f9473b6b72fef698729453e726da16e7.tar.gz PeerTube-8e08d415f9473b6b72fef698729453e726da16e7.tar.zst PeerTube-8e08d415f9473b6b72fef698729453e726da16e7.zip |
Load server config on app init
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index e35f540be..b04e6a42b 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -114,7 +114,7 @@ const routes: Routes = [ | |||
114 | path: 'w', | 114 | path: 'w', |
115 | loadChildren: () => import('@app/+videos/+video-watch/video-watch.module').then(m => m.VideoWatchModule), | 115 | loadChildren: () => import('@app/+videos/+video-watch/video-watch.module').then(m => m.VideoWatchModule), |
116 | data: { | 116 | data: { |
117 | preload: 3000 | 117 | preload: 5000 |
118 | } | 118 | } |
119 | }, | 119 | }, |
120 | { | 120 | { |