1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00
librespot/protocol/proto/client_config.proto
2021-12-10 20:33:43 +01:00

13 lines
289 B
Protocol Buffer

// Extracted from: Spotify 1.1.73.517 (macOS)
syntax = "proto3";
package spotify.extendedmetadata.config.v1;
option optimize_for = CODE_SIZE;
message ClientConfig {
uint32 log_sampling_rate = 1;
uint32 avg_log_messages_per_minute = 2;
uint32 log_messages_burst_size = 3;
}