Skip to content

Commit

Permalink
remove something
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Aug 15, 2024
1 parent 9842178 commit 16a8b73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .config/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@
"default": 1440,
"description": "The amount of time to keep an inactive session alive for, in minutes.",
"type": "number"
},
"maxStorage": {
"default": "10GB",
"description": "Max amount of storage a container can use, in gigabytes",
"type": "number"
}
},
"type": "object"
Expand Down
5 changes: 0 additions & 5 deletions src/types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ export interface SessionConfig {
* @default system default
*/
dnsServers?: string[];
/**
* Max amount of storage a container can use, in gigabytes
* @default 10GB
*/
maxStorage?: number;
}

export interface TurnstileConfig {
Expand Down

0 comments on commit 16a8b73

Please sign in to comment.