MadelineProtoDocs/docs/PHP/danog/MadelineProto/Settings/Ipc.md

47 lines
824 B
Markdown

---
title: danog\MadelineProto\Settings\Ipc: IPC server settings.
description:
---
# `danog\MadelineProto\Settings\Ipc`
[Back to index](../../../index.md)
> Author: Daniil Gentili <daniil@daniil.it>
IPC server settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it).
## Method list:
* `getSlow(): bool`
* `setSlow(bool $slow): self`
* `hasChanged(): bool`
## Methods:
### `getSlow(): bool`
Get WARNING: this will cause slow startup if enabled.
### `setSlow(bool $slow): self`
Whether to force full deserialization of instance, without using the IPC server/client.
WARNING: this will cause slow startup if enabled.
Parameters:
* `$slow`: `bool` WARNING: this will cause slow startup if enabled.
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.