Skip to content

Commit 9bf3a10

Browse files
committed
changed bundle size
1 parent d3e4a45 commit 9bf3a10

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Basis Server/BasisNetworkServer/Security/BasisServerLogBundleService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace BasisNetworkServer.Security
3232
public static class BasisServerLogBundleService
3333
{
3434
/// <summary>Bytes per streamed chunk. Comfortably below any single-message limit while keeping the chunk count low.</summary>
35-
private const int ChunkSize = 200 * 1024;
35+
private const int ChunkSize = 32 * 1024;
3636

3737
/// <summary>Hard ceiling on the assembled (raw) container. Logs that big almost certainly mean something is wrong; refuse rather than flood the link.</summary>
3838
private const long MaxRawBytes = 256L * 1024 * 1024;

Basis/Packages/com.basis.mediaplayer/Prefabs/MediaPlayerStreaming.prefab

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,10 @@ MonoBehaviour:
516516
DesktopZoopMinDistance: 0.2
517517
DesktopZoopMaxDistance: 2
518518
GenerateColliderMesh: 1
519-
minLinearVelocity: 0.5
520-
interactEndLinearVelocityMultiplier: 1
521-
minAngularVelocity: 0.5
522-
interactEndAngularVelocityMultiplier: 1
519+
minLinearVelocity: 0
520+
interactEndLinearVelocityMultiplier: 0
521+
minAngularVelocity: 0
522+
interactEndAngularVelocityMultiplier: 0
523523
RigidRef: {fileID: 7733138127675236971}
524524
InputConstraint:
525525
rid: 8257204327381467259
@@ -628,8 +628,8 @@ Rigidbody:
628628
m_GameObject: {fileID: 8238937759899344198}
629629
serializedVersion: 5
630630
m_Mass: 100
631-
m_LinearDamping: 1
632-
m_AngularDamping: 1
631+
m_LinearDamping: 1000
632+
m_AngularDamping: 1000
633633
m_CenterOfMass: {x: 0, y: 0, z: 0}
634634
m_InertiaTensor: {x: 1, y: 1, z: 1}
635635
m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1}
@@ -665,5 +665,5 @@ BoxCollider:
665665
m_ProvidesContacts: 0
666666
m_Enabled: 1
667667
serializedVersion: 3
668-
m_Size: {x: 14.463681, y: 8.13582, z: 0}
668+
m_Size: {x: 14.463681, y: 8.13582, z: 0.1}
669669
m_Center: {x: 0, y: 0, z: 0}

Basis/Packages/com.basis.server/BasisNetworkServer/Security/BasisServerLogBundleService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace BasisNetworkServer.Security
3232
public static class BasisServerLogBundleService
3333
{
3434
/// <summary>Bytes per streamed chunk. Comfortably below any single-message limit while keeping the chunk count low.</summary>
35-
private const int ChunkSize = 200 * 1024;
35+
private const int ChunkSize = 32 * 1024;
3636

3737
/// <summary>Hard ceiling on the assembled (raw) container. Logs that big almost certainly mean something is wrong; refuse rather than flood the link.</summary>
3838
private const long MaxRawBytes = 256L * 1024 * 1024;

0 commit comments

Comments
 (0)