Skip to content

Commit c301eca

Browse files
authored
disable db metadata cache (#3444)
1 parent 2631f5b commit c301eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/driver_lib/run/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ union TBasicKikimrServicesMask {
125125

126126
TBasicKikimrServicesMask() {
127127
EnableAll();
128+
EnableDatabaseMetadataCache = false;
128129
}
129130
};
130131

0 commit comments

Comments
 (0)