Skip to content

Commit

Permalink
Sync server_config.thrift from configerator
Browse files Browse the repository at this point in the history
Summary: Sync changes from D68014627

Reviewed By: malanka

Differential Revision: D68016064

fbshipit-source-id: d7e5e20b27d0b799684afe7411144b57af8e72b1
  • Loading branch information
Josef Svenningsson authored and facebook-github-bot committed Jan 10, 2025
1 parent ea4f5a8 commit fbac26d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion glean/config/server/server_config.thrift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated SignedSource<<52eeaa81a166ba2271b80046aee0abdd>>
// @generated SignedSource<<1955697fc6b54170801b47506c97a777>>
// DO NOT EDIT THIS FILE MANUALLY!
// This file is a mechanical copy of the version in the configerator repo. To
// modify it, edit the copy in the configerator repo instead and copy it over by
Expand Down Expand Up @@ -264,6 +264,11 @@ struct Config {
// Timeout for restores, to avoid blocking further restores if one
// restore operation gets stuck for some reason.
33: optional Seconds restore_timeout;

// The max size (in bytes) that a set can have at runtime.
// With the `all` construct, the size of a set can depend of user input.
// Therefor we need a limit to protect the server from OOMing.
34: optional i64 max_set_size_bytes;
}

// The following were automatically generated and may benefit from renaming.
Expand Down

0 comments on commit fbac26d

Please sign in to comment.