aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app-routing.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-04 11:46:17 +0200
committerChocobozzz <me@florianbigard.com>2021-06-04 15:45:44 +0200
commit8e08d415f9473b6b72fef698729453e726da16e7 (patch)
treeb03d004eb216fb5e410619aa85ddf57539be47f9 /client/src/app/app-routing.module.ts
parent584ac47a323d6e57233fce4451d43d4943bfaa10 (diff)
downloadPeerTube-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.ts2
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 {