[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"header-games":3,"blog-post-rust-server-lag-fix-2026-fps-tickrate-en":61,"blog-related-7f9c170a-eff7-4625-955d-ab355f31e624-en":78,"i-heroicons:chevron-right-20-solid":119,"i-heroicons:user-circle-20-solid":123,"i-heroicons:clock-20-solid":125,"i-heroicons:calendar-days-20-solid":127,"i-heroicons:bolt-20-solid":129,"i-heroicons:check-20-solid":131,"i-heroicons:arrow-right-20-solid":133,"i-heroicons:wrench-screwdriver-20-solid":135},{"total":4,"featuredSlot":5,"featured":11},28,{"slug":6,"name":7,"icon":8,"hasIcon":9,"kind":10},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",true,null,[12,19,26,31,33,39,44,49,56],{"slug":13,"name":14,"icon":15,"hasIcon":9,"badge":16,"basePrice":17,"link":18},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png","Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":9,"badge":23,"basePrice":24,"link":25},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":27,"name":28,"icon":29,"hasIcon":9,"badge":10,"basePrice":24,"link":30},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":6,"name":7,"icon":8,"hasIcon":9,"badge":10,"basePrice":24,"link":32},"\u002Frust-server-hosting",{"slug":34,"name":35,"icon":36,"hasIcon":9,"badge":10,"basePrice":37,"link":38},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":40,"name":41,"icon":42,"hasIcon":9,"badge":10,"basePrice":24,"link":43},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":45,"name":46,"icon":47,"hasIcon":9,"badge":10,"basePrice":24,"link":48},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":50,"name":51,"icon":52,"hasIcon":9,"badge":53,"basePrice":54,"link":55},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":57,"name":58,"icon":59,"hasIcon":9,"badge":10,"basePrice":54,"link":60},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"id":62,"slug":63,"title":64,"description":65,"content":66,"keywords":67,"featured_image":68,"category":69,"author_name":70,"author_role":71,"is_featured":72,"published_at":73,"updated_at":74,"allSlugs":75,"author":76,"date":73,"dateFormatted":77,"updatedAtFormatted":77},"7f9c170a-eff7-4625-955d-ab355f31e624","rust-server-lag-fix-2026-fps-tickrate","Rust Server Lag Fix 2026: Why FPS Drops and How to Restore Tickrate","Rust server lag spikes, low server.fps, frozen blocks at save time. Real fixes from a host: saveinterval tuning, gc.collect, plugin audit, entity cleanup.","Rust server lag is rarely a single thing breaking. It is almost always **server.fps falling below 30**, and from there it cascades into rubber-banded movement, doors refusing to close, raids that look like a slideshow, and the dreaded full-server freeze every five minutes when the map saves. As a host running dozens of Rust instances on Pterodactyl, we see the same five causes account for ~90% of all \"my Rust server is lagging\" tickets. This guide walks through what is actually broken on your box, what to type to confirm it, and the exact values that fix each cause.\n\n## Symptoms: what server lag actually looks like\n\nBefore changing anything, confirm you have *server* lag and not client lag. The fastest way is to drop into your server console (Pterodactyl console tab, or RCON) and type:\n\n```\nserver.fps\n```\n\nThis is the **simulation rate of your dedicated server**, not your client FPS. The numbers you want to see:\n\n- **200+** on a vanilla server with under 50 players: healthy\n- **120 to 200** on a modded server with 50 to 100 players: acceptable\n- **60 to 120** modded with heavy plugins: starting to feel sluggish to players\n- **Under 30**: this is what players are calling \"lag.\" Doors lag, building blocks shimmer, hits do not register, vehicles stutter\n\nIf `server.fps` is sitting at 200+ and players still report lag, the problem is **client side** (their GPU, their network, or packet loss between them and the datacenter) and nothing you change on the server will help. If it is under 60, especially during fights or near big bases, the rest of this article applies.\n\n![Rust raid combat](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Frust-server-lag-fix-2026-raid.webp)\n\n## Cause 1 (most common): plugin garbage collection spikes\n\nThis is the single biggest cause of \"my server was fine yesterday and now it lags every 30 seconds\" tickets. Plugins on Oxide\u002FuMod build up object allocations, the .NET runtime stalls the main simulation thread to clean them up, and you get a visible **0.5 to 1.5 second freeze** for every player on the server.\n\nThe fix is two-part. First, run a manual collection from console:\n\n```\ngc.collect\n```\n\nIf the lag clears immediately after this command, plugin GC is your bottleneck. The permanent fix is to either reduce plugin load or schedule preemptive collections.\n\n**Plugins that are notoriously heavy** (audit these first if you have lag):\n\n- **CopyPaste** running large blueprint pastes during peak hours\n- **BetterChat** with rich chat logging plugins layered on top\n- **Backpacks** at 48+ slot configurations with large player counts\n- **ZoneManager** with many overlapping zones\n- **NTeleportation** when many players teleport at once\n- Anything that polls every tick (CombatLog, decay plugins). Check the plugin's source for OnEntityTick or similar hooks.\n\nOpen your Pterodactyl console and run `oxide.plugins` (or `carbon.plugins` if you are on Carbon) to see what is actually loaded. If you have more than 50 plugins, you have a plugin problem regardless of which ones they are.\n\n## Cause 2: the 5-minute save spike\n\nBy default, Rust saves the server state every 300 seconds. On any populated server, this save is **synchronous and stalls the entire simulation** for 2 to 8 seconds depending on entity count and disk speed. Players see this as: walking, freeze, teleport.\n\nOpen your server config and find:\n\n```\nserver.saveinterval 300\n```\n\nFor a populated wipe (anything past day three with 50+ players), set this to:\n\n```\nserver.saveinterval 600\n```\n\nFor very large maps or near-end-of-wipe, **900** is reasonable. The tradeoff: if the server crashes, you lose up to that many seconds of progress. On well-hosted hardware the crash risk is near zero, so 600 to 900 is fine. We default new Rust servers on DoomHosting to 600 for exactly this reason.\n\nYou can verify the save spike is what is causing your specific lag by watching your server console at the exact moment of the freeze. If you see `[Server] Saving complete` immediately after the freeze, that was your culprit.\n\n## Cause 3: entity creep over the wipe\n\n![Rust base with deployables](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Frust-server-lag-fix-2026-entities.webp)\n\nRust spawns and tracks every door, every storage box, every code lock, every furnace, every dropped item. By day 5 of a wipe, a 100-slot server with 30 active bases has often crossed **300,000 entities**. Every entity costs simulation time every tick.\n\nCheck your entity count:\n\n```\nserver.entitiesPerPlayer\nprint(BaseNetworkable.serverEntities.Count)\n```\n\nHealthy ranges:\n\n- **Day 1**: under 50k entities\n- **Day 3**: 100k to 150k\n- **Day 5+**: 200k to 300k is normal, 400k+ is when you see late-wipe lag\n\nThere is no clean fix mid-wipe other than enabling more aggressive **decay** (faster TC-less base demolish) and **dropped item cleanup**:\n\n```\ndecay.scale 1.5\ndecay.upkeep true\n```\n\nThe real fix is wiping. If your server is consistently dying around day 7 to 10, **shorten your wipe schedule**. Most successful modded servers wipe weekly or biweekly precisely because of this curve.\n\n## Cause 4: server.tickrate, fps.limit, and other settings that get blamed but rarely matter\n\nThere is a persistent myth that lowering `server.tickrate` will fix lag. It will not. `server.tickrate` is on the **client side** and controls how often clients send position updates to the server. Lowering it reduces network traffic but does not free up CPU on your dedicated server.\n\nSimilarly, `fps.limit` on the server does not give you more FPS. It caps the upper bound to prevent wasted CPU cycles. **256 is the sane default.** Going lower can actually *cause* lag because the server has less headroom for spikes.\n\nWhat does matter:\n\n- `server.maxplayers` set higher than your hardware can sustain. Vanilla 100-slot needs at least 4 dedicated cores at 4.5GHz+; modded 100-slot needs 6+ and 16GB RAM minimum.\n- Running on shared CPU on a bargain host. Rust hates shared cores: single-thread performance is everything.\n- The server process not being pinned to a fast core.\n\nIf you are on a host that uses Ryzen 9 or i9 hardware and your server is still hitting under 60 server.fps with under 50 players, the bottleneck is software (plugins, entities, save) not hardware.\n\n## Cause 5: post-update lag (the \"lagging after update\" case)\n\nAlmost every major Facepunch patch introduces a temporary performance regression somewhere, usually in a new entity type or a refactored system. The pattern in 2026:\n\n1. Patch ships Thursday with force wipe\n2. Players report stutter for 3 to 4 days\n3. Mod authors push compatibility updates over the weekend\n4. The Tuesday or Wednesday after the patch, things stabilize\n\nIf your lag started immediately after a Facepunch update and you have not touched plugins, the cause is almost certainly an **out-of-date plugin** that has not been updated for the new API. Check the Oxide\u002FuMod plugin pages for any plugin you have, and remove or disable anything that has not been updated since the patch. The error log (`server.log`) will usually point at the offender with NullReferenceException stack traces.\n\n## Diagnostic checklist (paste this in your console)\n\nWhen a player reports lag, run these in order in your Pterodactyl console:\n\n```\nserver.fps\nprint(BaseNetworkable.serverEntities.Count)\noxide.plugins\ngc.collect\nserver.fps\n```\n\nCompare the first `server.fps` value to the value after `gc.collect`. If it jumped by 20+, plugin garbage collection is your bottleneck and you need to audit plugins. If it did not move, your bottleneck is entities (cause 3) or hardware (cause 4).\n\n![Procedural Rust terrain](https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Frust-server-lag-fix-2026-wipe.webp)\n\n## What we tune by default on our Rust servers\n\nFor reference, here is what every fresh Rust install at DoomHosting ships with out of the box:\n\n- `server.saveinterval 600`\n- `fps.limit 256`\n- `decay.scale 1.0` (configurable per server)\n- Pterodactyl resource limits sized so the Rust process always has dedicated CPU headroom\n- Server process running on Ryzen 9 hardware with single-thread boost above 5.0GHz. Rust is single-thread-bound, so high clock speed beats more cores every time.\n- Automatic nightly backups so you can crank saveinterval without fear\n\nWe also ship with **only the plugins you install**, no preloaded bloat. Most lag tickets we see on competitor migrations come from leftover plugins from the previous host.\n\n## Still lagging?\n\nWalk the causes again, in order: plugin GC (`gc.collect` test), then save interval, then entities, then hardware. The order matters because each cause is roughly 5x more expensive to fix than the previous one. If you have done all four and `server.fps` is still under 60 with under 50 players, you almost certainly need either better hardware or a fresh wipe.\n\n## Host your Rust server with DoomHosting\n\nIf you are tired of debugging tickrate on a host with shared CPUs, our Rust servers run on dedicated Ryzen 9 cores with the tuning above already in place. [Spin up a Rust server with DoomHosting](\u002Frust-server-hosting), set your wipe schedule, and let us handle the rest. Instant setup, full FTP for your Oxide plugins, and a 24\u002F7 support team that actually plays the game.","rust server lag fix, rust server lagging, rust server fps, rust server tickrate, fps.limit, server.fps low, rust server lag after update, rust server stutter, rust server lag spikes, rust server performance","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Frust-server-lag-fix-2026.webp","guide","Magnus","Game Server Expert",false,"2026-05-26T07:16:55.217+00:00","2026-05-26T07:55:22.126369+00:00",{"da":63,"de":63,"en":63,"pl":63,"sv":63},{"name":70,"role":71},"May 26, 2026",[79,89,99,109],{"id":80,"slug":81,"title":82,"description":83,"content":10,"keywords":10,"featured_image":84,"category":69,"author_name":70,"author_role":71,"is_featured":72,"published_at":85,"updated_at":86,"author":87,"date":85,"dateFormatted":88},"3624dc78-b9b1-4100-8cb3-f60aa4ed2a4b","best-unturned-mods-2026-server-safe-workshop-rocketmod","Best Unturned Mods 2026: 12 Server-Safe Workshop & RocketMod Picks","Top 12 Unturned mods and plugins every dedicated-server admin should install in 2026: Workshop maps and weapons, RocketMod and OpenMod picks, install paths.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fbest-unturned-mods-2026.webp","2026-06-14T09:53:16+00:00","2026-06-14T10:35:32.341407+00:00",{"name":70,"role":71},"Jun 14, 2026",{"id":90,"slug":91,"title":92,"description":93,"content":10,"keywords":10,"featured_image":94,"category":69,"author_name":70,"author_role":71,"is_featured":72,"published_at":95,"updated_at":96,"author":97,"date":95,"dateFormatted":98},"1d767b06-857f-40be-957a-b49c229224af","simulation-distance-in-minecraft","Minecraft Simulation Distance: What It Does and How to Tune It","What Minecraft's simulation distance actually does, the mob-spawning trick most guides miss, and the right value for survival, PvP, and modded servers.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fsimulation-distance-minecraft.webp","2026-06-10T09:30:00+00:00","2026-06-16T12:50:52.982406+00:00",{"name":70,"role":71},"Jun 10, 2026",{"id":100,"slug":101,"title":102,"description":103,"content":10,"keywords":10,"featured_image":104,"category":69,"author_name":70,"author_role":71,"is_featured":72,"published_at":105,"updated_at":106,"author":107,"date":105,"dateFormatted":108},"cc86e4df-a88e-47dd-94bd-5c40fede4d37","windrose-best-base-location-guide-2026","Windrose Best Base Location Guide 2026: Biomes, Harbors, Multiplayer","Pick the best base location in Windrose: Coastal Jungle starter spots, Foothills mid-game hubs, Cursed Swamps outposts, plus multiplayer dedicated server tips.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fwindrose-best-base-locations-2026.webp","2026-06-02T09:30:00+00:00","2026-06-02T07:48:00.439767+00:00",{"name":70,"role":71},"Jun 2, 2026",{"id":110,"slug":111,"title":112,"description":113,"content":10,"keywords":10,"featured_image":114,"category":69,"author_name":70,"author_role":71,"is_featured":72,"published_at":115,"updated_at":116,"author":117,"date":115,"dateFormatted":118},"944a04d8-effd-4aa0-a095-57cbba775bc1","valheim-server-keeps-disconnecting-fix-2026","Valheim Server Keeps Disconnecting: How to Fix It (2026 Guide)","Valheim server keeps disconnecting? Real fixes for UDP ports, password rules, Ashlands zone-owner lag, BepInEx drift, and corrupted Dedicated.db.","https:\u002F\u002Fcdn.doomhosting.com\u002Fblog\u002Fvalheim-server-keeps-disconnecting-fix.webp","2026-06-01T09:30:00+00:00","2026-06-01T07:52:34.523518+00:00",{"name":70,"role":71},"Jun 1, 2026",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":122},0,20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":124},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":126},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":128},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":130},"\u003Cpath fill=\"currentColor\" d=\"M11.983 1.907a.75.75 0 0 0-1.292-.657l-8.5 9.5A.75.75 0 0 0 2.75 12h6.572l-1.305 6.093a.75.75 0 0 0 1.292.657l8.5-9.5A.75.75 0 0 0 17.25 8h-6.572z\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":132},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.705 4.153a.75.75 0 0 1 .142 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893l7.48-9.817a.75.75 0 0 1 1.05-.143\" clip-rule=\"evenodd\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":134},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>",{"left":120,"top":120,"width":121,"height":121,"rotate":120,"vFlip":72,"hFlip":72,"body":136},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>"]