Skip to content

Commit

Permalink
restore dummy values
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Oct 31, 2023
1 parent e15c0e4 commit 6ef662d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ai/backend/manager/models/resource_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ def from_row(
max_containers_per_session=row["max_containers_per_session"],
idle_timeout=row["idle_timeout"],
allowed_vfolder_hosts=row["allowed_vfolder_hosts"].to_json(),
max_vfolder_count=0,
max_vfolder_size=0,
max_quota_scope_size=0,
)

@classmethod
Expand Down

0 comments on commit 6ef662d

Please sign in to comment.