Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testserver/testserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ const (
)

const (
// First tenant ID to use is 2 since 1 belongs to the system tenant. Refer
// First tenant ID to use is 3 since 1 belongs to the system tenant and 2 will be used for UA migration. Refer
// to NewTenantServer for more information.
firstTenantID = 2
firstTenantID = 3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check all the usages of this change?

)

// By default, we allocate 20% of available memory to the test server.
Expand Down