]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/users/users-command.ts
feature/ability to disable video history by default (#5728)
[github/Chocobozzz/PeerTube.git] / shared / server-commands / users / users-command.ts
index 8a42fafc817a65503e59ac5f5acad2e68cc0c6d7..5b39d3488751383852136bd13dadd61bd753d653 100644 (file)
@@ -165,8 +165,8 @@ export class UsersCommand extends AbstractCommand {
       username,
       adminFlags,
       password = 'password',
-      videoQuota = 42000000,
-      videoQuotaDaily = -1,
+      videoQuota,
+      videoQuotaDaily,
       role = UserRole.USER
     } = options