Data Shaper Server Integration

The Preferences of the Data Shaper Server Integration allow you to tweak communication between the Designer and the Server.

OptionDescriptionDefault value
Enable File PlaceholdersEnables usage of placeholder files. The placeholder file can be used to save your disk space and to speed up synchronization in server projects. The files with a size above the specified limit are replaced with placeholder files (in Designer).
Usually, you do not need to see the content of these files and you do not commit them into repository. See Data Shaper Server Project.
enabled
Placeholder Size ThresholdFiles above this threshold are replaced with placeholder files. The size is in MB.10
Synchronization Threads LimitThe maximum number of threads used for synchronization between Data Shaper Designer and Data Shaper Server. Using more threads can speed up synchronization in networks with high latency.10
Synchronization Cache SizeWhile downloading files from Data Shaper Server during the synchronization, the content of files is cached in memory to improve the performance. This parameter sets the cache size.30
Request TimeoutA request timeout of the connection to the Data Shaper Server. The request timeout is in seconds.30
Connect TimeoutTimeout of the connection to Data Shaper Server. The timeout is in seconds.30
Close server connection after each requestEnables closing the connection to the server after each request. Used for performance tuning.false

Restart Data Shaper Designer to use new timeout values.

Ignored files

The Ignored files setting allows you to avoid the synchronization of particular files.

You should not synchronize metadata of version control systems. By default, we exclude metadata files and directories of the most common ones: Bazaar, CVS, Git, Mercurial, Subversion. If you use any other version control system, add its metadata files to the list.

The configuration has the same syntax as the .gitignore file.

This is a global (workspace-scope) configuration template. When a new project is created, this content is copied into the new project configuration. Therefore, any change of this configuration does not change configuration of any existing project.

See also Ignored Files in project configuration.