Cesium errror

hi!! since i migrated some uasset from an unreal project to another it give me this erro. i tried editing the defaultEngine.ini adding [HTTP.HttpThread] RunningThreadedRequestLimitEditor=100 but when i do this it comes out te same error saying that i have to remove RunningThreadedRequestLimitEditor

UE 5.3+ defaults this to 11, which is not really high enough.

100 is probably high enough for reasonable values of Cesium3DTileset’s 'MaximumSimultaneousTileLoads property,

but if you get log messages like “Warning: Reached threaded request limit”, and you’re sure you want to use

such a high value, you may need to increase this.

[HTTP.HttpThread]
RunningThreadedRequestLimitEditor=100