]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Load server config on app init
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index e35f540be2b56b22ff6599a18e9f4d22e812a3d4..b04e6a42baafd0202ea00220e7c5c51f757f3fb1 100644 (file)
@@ -114,7 +114,7 @@ const routes: Routes = [
     path: 'w',
     loadChildren: () => import('@app/+videos/+video-watch/video-watch.module').then(m => m.VideoWatchModule),
     data: {
-      preload: 3000
+      preload: 5000
     }
   },
   {