-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
streamer.launcher.profile.setreg
42 lines (42 loc) · 1.24 KB
/
streamer.launcher.profile.setreg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"Amazon":
{
"AzCore":
{
"Streamer":
{
"Profiles":
{
"Generic":
{
"Stack":
{
"Remote drive":
{
"$type": "AzFramework::RemoteStorageDriveConfig",
"$stack_after": "Splitter",
"MaxFileHandles": 128
}
}
},
"DevMode":
{
"Stack":
{
"Drive":
{
"$type": "AZ::IO::StorageDriveConfig",
"MaxFileHandles": 128
},
"Remote drive":
{
"$type": "AzFramework::RemoteStorageDriveConfig",
"MaxFileHandles": 128
}
}
}
}
}
}
}
}