This message was deleted.
# announcements
w
This message was deleted.
f
In GrowthBook, you can create a separate SDK Connection for that specific project. It will give you a new API key and features endpoint that will only return features in the chosen project/environment.
h
There is one more concer @future-teacher-7046 If I use
Copy code
// Wait for features to be downloaded
await gb.loadFeatures({
  // When features change, update the GrowthBook instance automatically
  // Default: `false`
  autoRefresh: true,
  // If the network request takes longer than this (in milliseconds), continue
  // Default: `0` (no timeout)
  timeout: 2000
});
This code and after that just update some configuration on the GB cloud, after in sdk I won't see any changes until I restart the server.
142 Views